An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![repository-banner.png](https://res.cloudinary.com/alvarosaburido/image/upload/v1564929632/as-readme-banner_tqdgrx.png)

# nuxt-i18n-blog
[![Netlify Status](https://api.netlify.com/api/v1/badges/3e6d068d-6c14-4cd1-b999-c00cd7133d17/deploy-status)](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).