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
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ A Vue Cli 3 plugin for Electron with no required configuration that uses [Electr
7
7
8
8
**IMPORTANT: This is the alpha version of vue-cli-plugin-electron-builder! It is only recommended that you use this if you want to test it out and report bugs, not in production. Check back soon for a beta release.**
9
9
10
+
**IMPORTANT: If you were previously using an older version of vue-cli-plugin-electron-builder, please see the [upgrade guide](https://github.com/nklayman/vue-cli-plugin-electron-builder/blob/v1-dev/UPGRADING.md).**
11
+
10
12
## Quick Start:
11
13
12
14
Open a terminal in the directory of your app created with Vue-CLI 3.
@@ -65,13 +67,13 @@ They can be placed under the `builderOptions` key in vue-cli-plugin-electron-bui
65
67
// vue.config.js
66
68
67
69
module.exports= {
68
-
pluginOptions: {
69
-
electronBuilder: {
70
-
builderOptions: {
71
-
// options placed here will be merged with default configuration and passed to electron-builder
72
-
}
73
-
}
74
-
}
70
+
pluginOptions: {
71
+
electronBuilder: {
72
+
builderOptions: {
73
+
// options placed here will be merged with default configuration and passed to electron-builder
0 commit comments