https://github.com/decipher/vue-live-nuxt-test
https://github.com/decipher/vue-live-nuxt-test
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/decipher/vue-live-nuxt-test
- Owner: Decipher
- Created: 2020-09-21T03:15:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:16:54.000Z (over 2 years ago)
- Last Synced: 2025-04-08T14:18:28.850Z (12 months ago)
- Language: Vue
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuelive
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).