egoist / vuepack

:package: A modern starter which uses Vue 2, Vuex, Vue-router and Webpack 2 (and even Electron)
http://vuepack.surge.sh
MIT License
2.43k stars 202 forks source link

HOT Reload is not working #154

Closed rajeevbbqq closed 6 years ago

rajeevbbqq commented 6 years ago

When i made an update on *.vue file in components , there is no change detected on browser if refreshes manually too.An if i need to update i have to re run npm run dev

egoist commented 6 years ago

What changes did you made to the file? Please provide a repro. (not all changes can be hot reloaded) It's simply using vue-loader for hot reload.

rajeevbbqq commented 6 years ago

Nothing changed.Just installed this boilerplate

rajeevbbqq commented 6 years ago

I simply ran sudo npm run dev instead of npm run dev and my hassle gone ! Thanks @egoist for this wonderful wrapper.

NB : I'm working on Ubuntu