https://trinity-trio.github.io/web/
yarnが導入されていない場合は入れておく
npm i -g yarn
基本的操作は以下の通り
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# 開くURLは http://localhost:3000/web/
# how to deploy
$ yarn deploy
# or npm run deploy
For detailed explanation on how things work, checkout Nuxt.js docs.
# build for production and launch server
$ yarn run build
$ yarn start