We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145db6d commit f9289e5Copy full SHA for f9289e5
README.md
@@ -22,20 +22,20 @@ That's It! You're ready to go!
22
23
If you use [Yarn](https://yarnpkg.com/en/) (strongly recommended):
24
25
-`yarn electron:serve`
+`yarn serve:electron`
26
27
or if you use NPM:
28
29
-`npm run electron:serve`
+`npm run serve:electron`
30
31
### To build your app:
32
33
With Yarn:
34
35
-`yarn electron:build`
+`yarn build:electron`
36
37
or with NPM:
38
39
-`npm run electron:build`
+`npm run build:electron`
40
41
To see more documentation, [visit our website](https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/guide.html).
0 commit comments