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

Yet another themeable and customizable markdown editor for Vue.js application.

Text

Documentation

refactoring

Install

npm install --save vm-markdown

Usage

import VmMarkdown from 'vm-markdown' export default {   ...   components: {   	VmMarkdown   },   methods: {   	showHtml (html) {       // get html string here     }   }   ... }
<VmMarkdown theme="default" //dark, green, gray, princess              width="1000px"              height="600px"              v-on:gethtml="showHtml"             :defaultText="intro"> </VmMarkdown>

License

MIT


You May Also Like