Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Create a markdown notebook, using several Vue features
https://github.com/belchenkov/vue-markdown-editor

css3 es6 html5 marked-js material-icons momentjs vue

Last synced: 5 days ago
JSON representation

Create a markdown notebook, using several Vue features

Awesome Lists containing this project

README

        

# Vue Markdown Editor

> Create a real-time markdown preview, a note list, and the local persistence of the notes with Vue.js

* The notebook app will allow the user to write notes in markdown
* The markdown will be previewed in real time
* The users will be able to add as many notes as they want
* The notes will be restored the next time the user visits the app

### [Demo](http://vue-markdown-editor-ab.surge.sh)

### Quick start:
```
git clone
```
```
open index.html
```
or
```
npm i -g live-server
live-server index.html
```

###### Good development)