Mobile Advising Portal for School
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
quasar build
See Configuring quasar.config.js.
Definition of all project entities
Categorized as follows
Reusable Business Logics
Local State Management
To generate new store file execute
quasar new store [Storename]
Example:
quasar new store schedules.store
Then edit the generated file by replacing all counter related to context of your store
Access point to External Services