vue-cli4 + electron to achieve desktop program development

Find a path without a Chinese name to avoid all kinds of strange problems.
installation

vue-li4

yarn global add @vue/cli

Create project

vue create test

Add electron

vue add electron-builder

Compile to exe

npm run electron:build

Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_35958891/article/details/109182910