Skip to content

darkiron/EasyMarkdownEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Markdown editor for vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages