electron run vue code example
Example: electron app from vue
# If starting from scratch
npm install -g @vue/cli
vue create vue-electron-app
# This is the magic command
vue add electron-builder
# Only if using TypeScript
npm install -D @types/electron-devtools-installer
npm install -D @types/node