Skip to content

MSU-Students/student-advising-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Advising Portal (student-advising-portal)

Mobile Advising Portal for School

View the deployment here.

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

  • Components : Reusable Components
  • Dialogs: Reusable Callable Dialogs
  • Pages: Application Pages
  • Layouts: Screen Layouts
  • Routes : Route configurations

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 14