Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 935 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 935 Bytes

modul-auth-msal

Small Vuejs wrapper around Microsoft's OAuth lib

Getting started

  1. Install Git
  2. Install NodeJS Current
  3. Install Yarn 1.X.X
  4. Clone this project
  5. Run yarn install

Editor

Visual Studio Code is the recommended editor.

The following extensions are strongly recommended (see: .vscode/extensions.json):

Supported commands

yarn build

Builds the plugin for production. All files are put in the 'dist' folder.

yarn lint

Runs the linters using ESLint and Prettier.

TODO

  • Add/improve examples
  • Add more unit tests
  • Add CI to deploy on npm registry