Vue Wysiwyg is a simple and clean WYSIWYG editor component for comments, CMS, blog, etc.
vue 3 wysiwyg editor, vue2 editor, vuetify wysiwyg editor, vue quill editor, vue wysiwyg example, vue wysiwyg npm, vue wysiwyg github, lightweight wysiwyg editor
How to make use of it:
Install and download:
# Yarn $ yarn add @mycure/vue-wysiwyg # NPM $ npm install @mycure/vue-wysiwyg --save
1. Import the component after installation.
import VueWysiwyg from '@mycure/wysiwyg';
2. Create a WYSIWYG editor component in your template.
<template> <div> <mc-wysiwyg v-model="html"></mc-wysiwyg> </div> </template>
export default { components: { McWysiwyg }, data () { return { html: '' } } }
clean wysiwyg editor, Vue Wysiwyg Plugin/Github
See Demo And Download
Official Website(mycurelabs): Click Here
This superior jQuery/javascript plugin is developed by mycurelabs. For extra advanced usage, please go to the official website.
Be First to Comment