https://github.com/stophecom/nuxt-dynamic-routes-bug
https://github.com/stophecom/nuxt-dynamic-routes-bug
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stophecom/nuxt-dynamic-routes-bug
- Owner: stophecom
- Created: 2018-12-31T08:48:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T08:57:24.000Z (over 7 years ago)
- Last Synced: 2025-07-08T04:59:27.344Z (12 months ago)
- Language: Vue
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dynamic-routes
> My legendary Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).