https://github.com/unisharp/unimd
An online Markdown Editor (work in progress)
https://github.com/unisharp/unimd
Last synced: 4 months ago
JSON representation
An online Markdown Editor (work in progress)
- Host: GitHub
- URL: https://github.com/unisharp/unimd
- Owner: UniSharp
- Created: 2017-08-23T03:28:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T06:51:12.000Z (over 8 years ago)
- Last Synced: 2025-01-10T12:49:33.283Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unimd
> A online Markdown Editor (work in progress)
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).