https://github.com/xkjyeah/ambulance-diaries
https://github.com/xkjyeah/ambulance-diaries
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xkjyeah/ambulance-diaries
- Owner: xkjyeah
- Created: 2017-06-17T18:12:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T14:13:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-01T22:29:17.941Z (6 months ago)
- Language: Vue
- Size: 3.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# case-calendar
> Nuxt.js project
## 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).