📝 Use Nuxt.js + Strapi to build a JAMStack multilanguage blog! In this tutorial you'll learn how to do!
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
# generate full static site
$ yarn export
# serve
yarn serve
For detailed explanation on how things work, check out Nuxt.js docs.