a wysiwyg editor based on vue and vuex.
browser compatibility: IE 9+, Chrome, Firefox
online demo
import Vueditor from 'path/vueditor.min.js';
Vue.use(Vueditor, {
// your config here
});
then in your vue template somewhere:
<template>
<div>
...
<Vueditor></Vueditor>
</div>
</template>