A sample repository for Vue framework in Electron.
This repository uses Vue version 2.7.14 (available on NPM, the latest version of Vue is available on Gitlab).
The specified Vue version is the latest version compatible with Electron Builder (or check full documentation here).
Vue Router 3 (Gitlab) is the latest version available to provided specified Vue version.
In order to replicate, make sure to run Vue CLI command vue create app-name
and select Default ([Vue 2] babel, esLint).
npm install
npm run serve
npm run electron:serve
npm run build
npm run lint
See IPC Reference