Skip to content
This repository has been archived by the owner. It is now read-only.

Latest commit

 

History

History
49 lines (35 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.21 KB

Geo Sense Plus 2 Admin Dashboard (geo-sense-plus2-admin)

Admin dashboard sandbox for Geo Sense Plus 2

build by Quasar 2.0 beta, vue3, and typescript.

Main Dependencies and documentation

Dev and build

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.

CI

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