ckeditor4full-vue

Modifiy oficial package for use my project

Usage no npm install needed!

<script type="module">
  import ckeditor4fullVue from 'https://cdn.skypack.dev/ckeditor4full-vue';
</script>

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