https://github.com/404-html/dynamic.nuxt
https://github.com/404-html/dynamic.nuxt
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/404-html/dynamic.nuxt
- Owner: 404-html
- Created: 2018-11-16T16:45:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T16:46:21.000Z (over 7 years ago)
- Last Synced: 2026-04-26T09:26:19.263Z (about 2 months ago)
- Language: JavaScript
- Size: 424 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dynamic.nuxt
> My stupendous Nuxt.js project
## 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 start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).