-
-
Notifications
You must be signed in to change notification settings - Fork 136
Hot reload doesn't working #83
Comments
I'm experiencing the same issue. When I run "npm run dev" the app gets built. When I make a change to any of the files, the app is not rebuilt (nothing happens in the terminal). I am using a Mac with Chrome and Atom as well. |
i'm modify file.vue and save but chrome console output : |
I have found that I should bootstrap the app using this line: This is not the best solution, since everytime I need to make hard refresh I have to uncomment this line, then hard refresh and then comment this line if I want HMR to be working. @nolimits4web maybe you have an idea why this line collides with the Webpacks HMR? |
I got same issue. |
I got the answer what I want from Natalia Sulkama in his article
https://medium.com/js-dojo/creating-a-todo-app-using-vuejs-and-framework7-f18236cdd099 |
I use this template, using Axios to display data from the API, I previously did the same thing without using webpack and it works fine, I tried to use this template, the method is executed properly but the data appears Only when I save the file for the second time, can you help me? |
I have cloned the project, ran npm install and npm start, changed something in the code - from MyApp to something else, and hot reload is not getting actioned.
I am using Mac, Chrome, Atom (tried also with Visual Studio Code).
Any fix for this?
The text was updated successfully, but these errors were encountered: