https://github.com/paulgv/nuxt-i18n-example
nuxt-i18n showcase project based on nuxt-starter template
https://github.com/paulgv/nuxt-i18n-example
i18n nuxt nuxt-i18n
Last synced: about 1 month ago
JSON representation
nuxt-i18n showcase project based on nuxt-starter template
- Host: GitHub
- URL: https://github.com/paulgv/nuxt-i18n-example
- Owner: paulgv
- Created: 2017-11-26T02:31:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T23:02:02.000Z (about 2 months ago)
- Last Synced: 2025-03-30T10:07:47.268Z (about 2 months ago)
- Topics: i18n, nuxt, nuxt-i18n
- Language: Vue
- Homepage: https://nuxt-i18n-example.now.sh/
- Size: 809 KB
- Stars: 79
- Watchers: 2
- Forks: 28
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-i18n-example
> [nuxt-i18n](https://github.com/paulgv/nuxt-i18n) showcase project based on nuxt-starter template
[https://nuxt-i18n-example.now.sh/](https://nuxt-i18n-example.now.sh/)
## Build Setup
``` bash
# install dependencies
$ yarn # Or npm install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).