yarn install
Create .env
or .env.local
file with three values
VUE_APP_ISS
:https://****************.com/oauth2/default
VUE_APP_CLIENT_ID
:****************
VUE_APP_REDIRECT_URI
:http(s)://****************/implicit/callback
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint