ckeditor4full-vue
v1.0.0
Published
Modifiy oficial package for use my project
Downloads
14
Readme
#what is this? This is modifiy ckeditor 4 form oficial editor
#installation
'npm i ckeditor4full-vue --save'
Use
import Vue from 'vue'; import CKEditor from 'ckeditor4full-vue';
Vue.use( CKEditor );
new Vue( { // ... options } )
#more info visit ckeditor oficial package https://github.com/ckeditor/ckeditor4-vue