An open API service indexing awesome lists of open source software.

https://github.com/oxoyo/vue-markdown-editor

The Markdown editor component encapsulated by SimpleMDE & vue2
https://github.com/oxoyo/vue-markdown-editor

editor markdown simplemde vue vue-markdown vue-markdown-editor vue2-markdown

Last synced: 3 months ago
JSON representation

The Markdown editor component encapsulated by SimpleMDE & vue2

Awesome Lists containing this project

README

        

# vue-markdown-editor
The Markdown editor component encapsulated by SimpleMDE & vue2

[![Version](https://img.shields.io/npm/v/vue2-markdown-editor.svg)](https://www.npmjs.com/package/vue2-markdown-editor)
[![License](https://img.shields.io/npm/l/vue2-markdown-editor.svg)](https://www.npmjs.com/package/vue2-markdown-editor)
[![NPM downloads](http://img.shields.io/npm/dm/vue2-markdown-editor.svg)](https://npmjs.org/package/vue2-markdown-editor)
[![Downloads](https://img.shields.io/npm/dt/vue2-markdown-editor.svg)](https://www.npmjs.com/package/vue2-markdown-editor)

## Start

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```

## Documentation

[SimpleMDE](https://github.com/NextStepWebs/simplemde-markdown-editor)
[Vue](https://github.com/vuejs/vue)