BC Registries authentication and authorization interface.
- Node.js (> v13.6.x)
- Vue Cli
- Fork and checkout this repository in to your local.
- Open terminal or cmd.
- Go to the auth-web folder (
cd /auth-web
) - install the dependencies by running the command:
npm install
Run the following command on the root(auth-web) folder:
npm run serve
Run the following command on the root folder:
npm run test
Run the following command on the root folder:
npm run lint
Run the following command on the root folder:
npm run test:e2e
Run the following command on the root folder:
npm run test:unit
Run the following command in the root folder:
npm run build
Once the build is successful, check the /dist folder for the build files
View the document here