aplikasi elektron dari 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
Mattia