https://github.com/arashsheyda/nuxt-multilang-nested-routes
a simple example of multi language with Nested Routes and and fetch data from api with vuex worked with Nuxt Framewrok
https://github.com/arashsheyda/nuxt-multilang-nested-routes
nuxt-i18n nuxtjs
Last synced: 2 months ago
JSON representation
a simple example of multi language with Nested Routes and and fetch data from api with vuex worked with Nuxt Framewrok
- Host: GitHub
- URL: https://github.com/arashsheyda/nuxt-multilang-nested-routes
- Owner: arashsheyda
- Created: 2021-02-16T21:16:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T21:19:09.000Z (over 4 years ago)
- Last Synced: 2025-02-28T05:52:02.584Z (3 months ago)
- Topics: nuxt-i18n, nuxtjs
- Language: Vue
- Homepage:
- Size: 150 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-nested-routes
## 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).