TheCageMan / quasar-admin-template

Quasar template with Azure AD integration

Home Page:https://github.com/TheCageMan/quasar-admin-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Quasar template with Azure AD integration

https://github.com/TheCageMan/quasar-admin-template

License:GNU General Public License v3.0


Languages

Language:Vue 64.4%Language:TypeScript 26.3%Language:JavaScript 8.2%Language:HTML 0.7%Language:Sass 0.5%