https://github.com/mathieutu/mdm
https://github.com/mathieutu/mdm
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathieutu/mdm
- Owner: mathieutu
- Created: 2021-04-07T13:29:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T20:08:13.000Z (about 5 years ago)
- Last Synced: 2025-04-09T13:16:51.288Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 268 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdm
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).