Integration CKEditor5
-
I need to use the CKEditor with the extension “Mention”, this means that I have to follow the “from source” instructions:
https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.htmlUnfortunately I’m not capable of translating those instructions in Quasar.
I’m using the quasar-cli so have the quasar.conf.js and not the vue.config.js.
Any hints on how to make it work?
Thanks
Luca -
@gioppoluca you can do the
Vue.use( CKEditor )
in a boot file