JSPM

  • Created
  • Published
  • Downloads 37
  • Score
    100M100P100Q66264F
  • License GPL-2.0-or-later

Custom build of CKEditor 5 (https://ckeditor.com/) for Edaptio project.

Package Exports

  • @edaptio/ckeditor5-build-super

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@edaptio/ckeditor5-build-super) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

###CKEditor5 build for Edaptio


Structure

  • master branch holds stable builds.
  • develop branch holds features under development.

How to develop

  1. Switch to develop branch.
  2. Execute git pull.
  3. Run npm install.
  4. Create branch feature/feature-name.
  5. Write code.
  6. To build run yarn build.
  7. To be able to review your changes you can use sample/index.html. Please note that it's better to use local web server (like one provided with serve npm package) instead opening sample/index.html from file system.
  8. Commit and push your changes to repository.
  9. Merge feature/feature-name branch to develop branch via pull request.

How to publish npm package

  1. Merge code from develop branch to master.
  2. Add version tag.
  3. Form project folder run npm publish --access public

Notes