/vue-custom-ck-editor-example

custom ckeditor example with vuejs

Primary LanguageJavaScript

vue-custom-ck-editor

custom ckeditor example with vuejs

first you must build editor

$ cd ckeditor
$ npm install
$ npm run build

after that run project:

$ npm install
$ npm run serve