Vuex supports hot-reloading mutations, modules, actions and getters during development , using webpack’s Hot Module Replacement API. You can also use it in Browserify with the browserify-hmr plugin. Checkout the counter-hot example to play with hot-reload.