📅  最后修改于: 2022-03-11 14:50:50.887000             🧑  作者: Mango
# 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