Mobile Advising Portal for School
View the deployment here.
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
- Components : Reusable Components
- Dialogs: Reusable Callable Dialogs
- Pages: Application Pages
- Layouts: Screen Layouts
- Routes : Route configurations
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