Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 439 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 439 Bytes

CKEditor5 JohnCMS build

Installation

First clone the repository and install dependencies from npm:

npm install

Run the build command:

npm run build

in the /build directory, you can find the compiled files.

You can find a usage example in the file index.html

Other commands:

webpack is watching the files and compile them when they are changed.

npm run watch
npm run dev