You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**IMPORTANT: Your app must be created with Vue-CLI 3 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!**
10
-
11
-
**IMPORTANT: These docs are for the v1.0.0 release of VCP Electron Builder. If you were previously using an older version of vue-cli-plugin-electron-builder (<1.0.0), please see the [upgrade guide](https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/upgrading.html) or [view the old docs](https://github.com/nklayman/vue-cli-plugin-electron-builder/tree/legacy).**
9
+
**IMPORTANT: Your app must be created with Vue-CLI 3 or 4 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!**
12
10
13
11
## Quick Start:
14
12
@@ -42,11 +40,8 @@ or with NPM:
42
40
43
41
To see more documentation, [visit our website](https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/guide.html).
44
42
45
-
## WARNING
46
-
47
-
The command names have changed in `v1.0.0-rc.4`. If you are using an older version, the command names are:
48
-
`yarn serve:electron`
49
-
and
50
-
`yarn build:electron`.
43
+
## Supporters
51
44
52
-
Replace `yarn` with `npm run` if you are using npm.
0 commit comments