File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,29 @@ That's It! You're ready to go!
22
22
23
23
If you use [ Yarn] ( https://yarnpkg.com/en/ ) (strongly recommended):
24
24
25
- ` yarn serve: electron `
25
+ ` yarn electron:serve `
26
26
27
27
or if you use NPM:
28
28
29
- ` npm run serve: electron `
29
+ ` npm run electron:serve `
30
30
31
31
### To build your app:
32
32
33
33
With Yarn:
34
34
35
- ` yarn build: electron `
35
+ ` yarn electron:build `
36
36
37
37
or with NPM:
38
38
39
- ` npm run build: electron `
39
+ ` npm run electron:build `
40
40
41
41
To see more documentation, [ visit our website] ( https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/guide.html ) .
42
+
43
+ ## WARNING
44
+
45
+ The command names have changed in ` v1.0.0-rc.4 ` . If you are using an older version, the command names are:
46
+ ` yarn serve:electron `
47
+ and
48
+ ` yarn build:electron ` .
49
+
50
+ Replace ` yarn ` with ` npm run ` if you are using npm.
Original file line number Diff line number Diff line change @@ -42,3 +42,12 @@ With Yarn:
42
42
or with NPM:
43
43
44
44
` npm run electron:build `
45
+
46
+ ::: warning
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 ` .
51
+
52
+ Replace ` yarn ` with ` npm run ` if you are using npm.
53
+ :::
You can’t perform that action at this time.
0 commit comments