https://github.com/alvarosabu/nuxt-i18n-blog
Boilerplate for multilanguage Nuxt Blog using @nxut/content + nuxt-i18n
https://github.com/alvarosabu/nuxt-i18n-blog
nuxt nuxt-content nuxt-i18n nuxtjs
Last synced: 2 months ago
JSON representation
Boilerplate for multilanguage Nuxt Blog using @nxut/content + nuxt-i18n
- Host: GitHub
- URL: https://github.com/alvarosabu/nuxt-i18n-blog
- Owner: alvarosabu
- Created: 2020-07-01T16:26:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T18:24:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T11:13:24.873Z (3 months ago)
- Topics: nuxt, nuxt-content, nuxt-i18n, nuxtjs
- Language: Vue
- Homepage: https://nuxt-i18n-blog.netlify.app/es
- Size: 1.38 MB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# nuxt-i18n-blog
[](https://app.netlify.com/sites/nuxt-i18n-blog/deploys)Boilerplate for multilanguage Nuxt Blog using @nxut/content + nuxt-i18n
Demo [here](https://nuxt-i18n-blog.netlify.app/)
## 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).