Enabling Hot-Reloading with vuejs and Vue-CLI in Docker

This is a quick post on how to get hot module reloading working in vuejs/vue-cli in a local dockerized development setup based on a virtual machine in Virtualbox. The very short answer is to pass the environment variable CHOKIDAR_USEPOLLING=true to the co… Read more

Similar