Skip to content

Latest commit

 

History

History

vue-pwa

vue-pwa

Development

  1. Install dependencies
$yarn install
  1. Start the app
$yarn serve

Deployment

  1. 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 .
  1. Run the image
$docker run -d -p 80:80  123987109832/vue-pwa:release-latest
  1. Open localhost in your browser

DockerHub