SoFunction
Updated on 2025-03-10

A brief discussion on the reasons and solutions for the hot update of VUE-CLI scaffolding too slow

After building the project with vue-cli, I developed it in webstorm and used npm run dev to run local services. I often modified it and did not respond to refreshing it in the browser. I would occasionally refresh it. I need to run npm run dev again before it will be updated. What's going on?

Solution

When saving webstorm, it will first save it to the old file. In fact, it is not really saved. You need to remove it in the setting->stystem settings.

The above article briefly talks about the reasons and solutions for the hot update of VUE-CLI scaffolding is the entire content I share with you. I hope you can give you a reference and I hope you can support me more.