v-rich-text-editor
A rich text editor developed to use with Vuetify.
How to use
Make sure you have Vue 2 project with Vuetify already added to it.
npm install --save v-rich-text-editororyarn add v-rich-text-editor
In your main.js, or a similar entry point, just import the library using:
;
Now the editor will be globally available to use anywhere in your project.