electron-vue build from scratch

First build the recommended 4.xversion of the vue/cli scaffolding application

vue create project-name

Execute the following code in the cli directory
vue-cli-plugin-electron-builder document link

vue add electron-builder

Project run

npm run electron:serve

Insert picture description here

Guess you like

Origin blog.csdn.net/AK852369/article/details/112616071