Localised Nuxt site

This is a demo on how to build an internationalised site with Nuxt and Strapi.

Strapi

Here's a link to the Strapi repo: https://github.com/pixelhop/strapi-i18n

Blog post

We've written a blog post to explain this video in detail http://pixelhop.io/writing/creating-an-internationalised-site-with-strapi-and-nuxt/

Youtube

If you would like to see a video tutorial chceck this out https://www.youtube.com/watch?v=AZh7m8ysI0U

Other

If you like this sort of thing then sign up to recieve our updates straight to your inbox. No spam, unsubscribe anytime! You can sign up on our Writing page here: https://www.pixelhop.io/writing/

Build Setup

# 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.