easymardowneditor

Markdown editor for vuejs

Usage no npm install needed!

<script type="module">
  import easymardowneditor from 'https://cdn.skypack.dev/easymardowneditor';
</script>

README

EasyMardownEditor

Description

Simple Markdown editor for vuejs

Getting Started :

installation

run :npm -i easymarkdowneditor

use

import the component from node-module:

 import editor from 'easymarkdowneditor'

 // Global registration :
 Vue.component('markdown-editor', editor)

 // In component : 
 app = Vue.extend({
  ...
  components: {
    'markdown-editor': editor
  },
  ...
  })

and use <markdown-editor> directive in your form template :

 <markdown-editor v-model="data" ></markdown-editor>

About :

Version

1.0.1

Liscence

MIT