npm install
npm run serve
npm run build
npm run test
npm run lint
icons
- https://iconify.design/icon-sets/mdi/ firebase.json 修正前
- Mac "npm --prefix "$RESOURCE_DIR" run lint"
- windows "npm --prefix "$RESOURCE_DIR" run lint"
- firebase init functions で解決 rules_version = '2'; service firebase.storage { match /b/{bucket}/o { match /{allPaths=**} { allow read, write: if request.auth != null; } } }