Mobile Advising Portal for School
View the deployment here.
yarn
# or
npm installquasar devyarn lint
# or
npm run lintyarn format
# or
npm run formatquasar buildSee 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.storeThen edit the generated file by replacing all counter related to context of your store
Access point to External Services