日本語版ガイドはこちらにあります。
DDR Score Tracker
# install dependencies
npm install
# (optional) if you develop and test with firestore, install firebase tool.
# firestore emulator needs Java.
npm install -g firebase-tools
firebase setup:emulators:firestore
# unit test with jest (exclude /__firebase__/ folder)
npm test
# run firestore emulator and unit test with jest
firebase emulators:exec --only firestore "npm run test:all"
# serve with hot reload at localhost:3000
npm run dev
For detailed explanation on how things work, check out Nuxt.js docs.
See this guide.