Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/belchenkov/vue-markdown-editor
- Owner: Belchenkov
- Created: 2020-04-21T09:10:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T10:36:20.000Z (over 4 years ago)
- Last Synced: 2024-11-09T18:44:43.498Z (2 months ago)
- Topics: css3, es6, html5, marked-js, material-icons, momentjs, vue
- Language: JavaScript
- Homepage: http://vue-markdown-editor-ab.surge.sh
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)