published at https://fr0m5cr47ch.github.io/nuxt-github-pages/ thanks to github pages repository :
- settings > github pages > source = master /docs folder
- next.config.js is set to generate static file to /docs folder
- to deploy a new version first run yarn generate then push
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate