1.1.0 • Published 6 years ago

easymarkdowneditor v1.1.0

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

EasyMarkdownEditor

Description

Simple Markdown editor for vuejs

Demo

try on codesandbox

Getting Started :

installation

run :npm i -D easymarkdowneditor

use

import the component from node-module:

 import editor from 'easymarkdowneditor/easymarkdown'

 // 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.1.0

Dependency

Font-awesome

Liscence

MIT

1.1.0

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago

1.0.1

6 years ago