都道府県別の総人口推移グラフを表示するSPA
# 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
# deploy GitHub Pages
$ yarn run generate:gh-pages
$ yarn run deploy
For detailed explanation on how things work, checkout Nuxt.js docs.