Skip to content

johncms/ckeditor5-build-johncms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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