0.0.1 • Published 4 years ago

modul-auth-msal v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

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 recommanded editor.

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

Once installed, configure prettier to run on save. Press Cmd/Ctrl + Shift + p and then type "Preferences: Open Settings (JSON)". Once settings.json open, add these two lines:

    "editor.formatOnSave": true,
    "editor.defaultFormatter": "esbenp.prettier-vscode",

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

  • Fix typos
  • Add/improve examples
  • Add more unit tests
0.0.2

4 years ago

0.0.1

4 years ago