Skip to content

TheCageMan/quasar-admin-template

Repository files navigation

Quasar Admin CRM Template

A free and beautiful Quasar template for CRM needs copied from this repository and used as basis for this repository. This template also includes a variety of features that are required for admin template needs.

CRM Admin is a functional Quasar template designed for CRM, Customer Relationship Management. It is a fully responsive template built using the Quasar framework that makes it available for all screen sizes from big screens to smartphones.

Few Features:

  • ApplicationInsight integration
  • Azure AD integration
  • Browser tab communication with broadcast channels
  • Modern and responsive design
  • Building design based on CRM
  • Simple CRM Dashboard
  • Export feature

Resources used

Installation

  • Clone the repository
git clone https://github.com/TheCageMan/quasar-admin-template.git

Install the dependencies

cd quasar-admin-template
yarn install

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

quasar dev

Build the application

quasar build

Customize the configuration

See Configuring quasar.conf.js.

Used environment variables (saved in .env)

APP_PUBLIC_PATH=
APP_ROOT_API=*** API Url ***

AI_INSTRUMENTATION_KEY=
AI_APP_ID=*** your app id ***

MSAL_CLIENT_ID=*** information can be found on your Azure AD config site ***
MSAL_AUTHORITY=https://login.microsoftonline.com/
MSAL_CLIENT_REDIRECT_URL=
MSAL_CLIENT_LOGOUT_URL=
MSAL_SCOPE_API=

License

MIT