To test this locally ensure that docker is installed on your machine.
Git clone this repository.
from your Shell navigate to the top level root directory /identity-frontend
Build the docker image of our Vue.js app:
docker build -t identity-frontend-app
Next we will run our Vue.js app in a docker container.
docker run -it -p 8080:8080 --rm --name dockerize-vuejs-app-1 identity-frontend-app
Using your browser see the app http:\\localhost:8080
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit