Skip to content

Commit b98e6f7

Browse files
committed
update README to include upgrade notice
1 parent 7f0c00f commit b98e6f7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ A Vue Cli 3 plugin for Electron with no required configuration that uses [Electr
77

88
**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.**
99

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+
1012
## Quick Start:
1113

1214
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
6567
// vue.config.js
6668

6769
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
74+
}
75+
}
76+
}
7577
}
7678
```
7779
### Webpack configuration:

0 commit comments

Comments
 (0)