📜  来自 vue 的电子应用程序 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:50.887000             🧑  作者: Mango

代码示例1
# 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