Vue.js question detail
How do you use hot reloading?
The vue loader plugin internally uses hot reloading. If you are scaffolding project with vue-cli, hot reloading
comes out of the box but if you are manually setting up the project then hot reloading is enabled by default with
webpack-dev-server --hot command.