自分用に作成する予定のウェブアプリ pwa対応しています(°▽°)
URL: https://aiopenguin.netlify.app
デザイン: https://xd.adobe.com/view/e068c74e-7a67-468d-4b4b-d52581ebc1c4-9659/
導入済みmodule
- eslint
- stylelint
- json-refs
# install dependencies
$ npm 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 generateFor detailed explanation on how things work, check out Nuxt.js docs.