WYSIWYG Editor For Vue.js – Vueditor

Install & Download:

import Vueditor from 'path/vueditor.min.js';
var inst = new Vueditor('#vueditor');
inst.setContent('fill your content here');
inst.getContent();

Description:

Vueditor is a wysiwyg text editor based on vue and vuex.

Preview:

vueditor

Add Comment