- Install dependencies
$yarn install
- Start the app
$yarn serve
- Build to an image (using Dockerfile.prod for production and Dockerfile.staging for staging)
$docker build -f Dockerfile.prod -t 123987109832/vue-pwa:release-latest .
- Run the image
$docker run -d -p 80:80 123987109832/vue-pwa:release-latest
- Open
localhost
in your browser