With an older project of mine I’d used Electron with jQuery. Now I thought I’d try rewriting it using something more suited to the type of dynamic data binding provided by Vue.js
electron-vue bundles Electron, Vue.js and webpack so it supports all the Hot Module Reloading (HMR) I’ve come to rely on in my development processes.