https://github.com/damirscorner/20201016-nuxt-redirects
Sample project for "Redirects for Nuxt dynamic nested routes" blogpost
https://github.com/damirscorner/20201016-nuxt-redirects
nuxtjs redirects vuejs
Last synced: 3 months ago
JSON representation
Sample project for "Redirects for Nuxt dynamic nested routes" blogpost
- Host: GitHub
- URL: https://github.com/damirscorner/20201016-nuxt-redirects
- Owner: DamirsCorner
- Created: 2020-09-26T06:17:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T06:18:14.000Z (about 5 years ago)
- Last Synced: 2025-03-24T12:15:47.729Z (7 months ago)
- Topics: nuxtjs, redirects, vuejs
- Language: Vue
- Homepage: https://www.damirscorner.com/blog/posts/20201016-RedirectsForNuxtDynamicNestedRoutes.html
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-redirects
## 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).