PreviousNext

Dockerizing a Vue App

by bill-s, 2019-05-27T03:22:29.486Z

This tutorial looks at how to Dockerize a Vue app, built with the Vue CLI, using Docker along with Docker Compose and Docker Machine for both development and production. We’ll specifically focus on- Setting up a development environment with code hot-reloading Configuring a production-ready image using multistage builds

Read More