0 votes
in VueJS by
How do you use hot reloading in VueJS?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Sep 7, 2023 in VueJS by DavidAnderson
0 votes
asked Sep 7, 2023 in VueJS by AdilsonLima
...