You can directly demo from the link below: Demo link: https://cksachdev.github.io/forex-conversion-using-vuejs/
Building Docker file
docker build -t vuejs-cookbook/dockerize-vuejs-app .
Running Docker file
docker run -it -p 8080:8080 --rm --name dockerize-vuejs-app-1 vuejs-cookbook/dockerize-vuejs-app
Build and run locally
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint