ポートフォリオ兼ブログのようなwebページです。ブログ記事の内容が増えてきたら記事を動的に管理しようと思っていますが、今は大した量ではないのでjsonで保存しています。 https://hukuda222.github.io/portfolio/
# install dependencies
$ npm run 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
# generate static project for gh-pages
$ npm run generate:gh-pages
# create article list
$ npm run article
# deploy
$ npm run deploy
For detailed explanation on how things work, check out Nuxt.js docs.