0👍
✅
You can use Webpack Hot Module Replacement: when it’s enabled, Webpack is watching your files, rebuilding only the changed module(s) once they change, so the compilation is instant. BTW, Angular hot reloading is actually based on Webpack HMR.
Another option is trying vue-cli
Source:stackexchange.com