Answers for "electron app from vue"

2

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
Posted by: Guest on May-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language