MSU-Students / student-advising-portal

3 stars 17 forks source link

Student Advising Portal (student-advising-portal)

Mobile Advising Portal for School

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

Architecture Components

Entities

Definition of all project entities

UI (User Interface)

Categorized as follows

Workflows

Reusable Business Logics

Stores

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

Services

Access point to External Services