1.0.1 • Published 6 years ago

easymardowneditor v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

1.0.1

6 years ago

1.0.0

6 years ago