https://github.com/imedadel/vue-markdown-editor
A simple Markdown editor built using Vuejs
https://github.com/imedadel/vue-markdown-editor
Last synced: 5 months ago
JSON representation
A simple Markdown editor built using Vuejs
- Host: GitHub
- URL: https://github.com/imedadel/vue-markdown-editor
- Owner: imedadel
- Created: 2019-06-17T12:30:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T11:53:02.000Z (almost 6 years ago)
- Last Synced: 2024-12-22T10:34:32.591Z (7 months ago)
- Language: JavaScript
- Homepage: https://condescending-gates-ace547.netlify.com/
- Size: 365 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-markdown-editor
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).