项目作者: TheCageMan

项目描述 :
Quasar template with Azure AD integration
高级语言: Vue
项目地址: git://github.com/TheCageMan/quasar-admin-template.git
创建时间: 2020-11-04T14:03:56Z
项目社区:https://github.com/TheCageMan/quasar-admin-template

开源协议:GNU General Public License v3.0

下载


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
  1. git clone https://github.com/TheCageMan/quasar-admin-template.git

Install the dependencies

  1. cd quasar-admin-template
  2. yarn install

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

  1. quasar dev

Build the application

  1. quasar build

Customize the configuration

See Configuring quasar.conf.js.

Used environment variables (saved in .env)

  1. APP_PUBLIC_PATH=
  2. APP_ROOT_API=*** API Url ***
  3. AI_INSTRUMENTATION_KEY=
  4. AI_APP_ID=*** your app id ***
  5. MSAL_CLIENT_ID=*** information can be found on your Azure AD config site ***
  6. MSAL_AUTHORITY=https://login.microsoftonline.com/
  7. MSAL_CLIENT_REDIRECT_URL=
  8. MSAL_CLIENT_LOGOUT_URL=
  9. MSAL_SCOPE_API=

License

MIT