Small Vuejs wrapper around Microsoft's OAuth lib
- Install Git
- Install NodeJS Current
- Install Yarn 1.X.X
- Clone this project
- Run
yarn install
Visual Studio Code is the recommended editor.
The following extensions are strongly recommended (see: .vscode/extensions.json
):
yarn build
Builds the plugin for production. All files are put in the 'dist' folder.
yarn lint
Runs the linters using ESLint and Prettier.
- Add/improve examples
- Add more unit tests
- Add CI to deploy on npm registry