Admin dashboard sandbox for Geo Sense Plus 2
build by Quasar 2.0 beta, vue3, and typescript.
Install the dependencies
yarn
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn run lint
Build the app for production
quasar build
Customize the configuration See Configuring quasar.conf.js.
This app is deployed on firebase: https://geo-sense-plus2-admin-sandbox.firebaseapp.com
Merging to master branch triggers automatically deployment by Actions -> Deploy to Firebase Hosting on merge.
Reference to .github/workflows/firebase-hosting-merge.yml
PR targeting to master branch triggers automatically preview deployment by Actions -> Deploy to Firebase hosting on PR.
Reference to .github/workflows/firebase-hosting-pull-request.yml
and
PR #1