Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Rich Text Editing and Beyond with TinyMCE and Vue

Install TinyMCE with Vue

In this lesson, we get hands on installing TinyMCE into a Vue project. It’s easy! Just install the TinyMCE Vue package, grab your API key, and use the Editor component to display a rich text editor. It even works with v-model just like you’d expect.

npm install "@tinymce/tinymce-vue"

Links