Ckeditor using for Vue.js 2
- You can see wiki document to how to use vue-ckeditor
- If you use Vue.js 1x please reference from Ckeditor Vue 1x
# yarn (recommend)
$ yarn add vue-ckeditor2
# npm
$ npm install vue-ckeditor2 --save
Name | Type | Description |
---|---|---|
id |
String |
Id of instance ckedior. Default: editor-1 |
types |
String |
Types of ckedior. Default: classic |
config |
Object |
All configuration of ckeditor. Default: {} |
You can use vue-cli with vue-rollup-boilerplate templates or other vue templates
Dang Van Thanh | Eduárd Moldován | Dominique FERET | comfuture |
MIT © Dang Van Thanh