🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

vm-editor is a simple, minimal, clean WYSIWYG text editor for Vue.js app.

Text

Documentation

Editor for Vue, Live Demo

Install

npm install --save vm-editor

Usage

import VmEditor from 'vm-editor'

Trigger upload event by click upload button

<VmEditor width="950px"            height="400px"            @upload="showHtml"> </VmEditor> ... methods: {   getHtml: function (data) {     //data contains html string for render   } }

License

MIT


You May Also Like