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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Open a terminal in the directory of your app created with Vue-CLI 3.
14
14
15
15
Then, install and invoke the generator of vue-cli-plugin-electron-builder by running:
16
16
17
-
`vue add electron-builder@alpha`
17
+
`vue add electron-builder`
18
18
19
19
That's It! You're ready to go!
20
20
@@ -56,11 +56,15 @@ or with NPM:
56
56
├── ...
57
57
```
58
58
59
+
### Is this plugin production ready?
60
+
61
+
This plugin is nearly production ready. It has test coverage for everything but the ui interface and proper logging of errors. It needs to be used a little bit more in large applications before it is considered safe to use in a large production environment. Please try it in your app and report any bugs or feature requests.
62
+
59
63
## Configuration:
60
64
61
65
### Configuring Electron Builder:
62
66
63
-
To see avalible options, check out [Electron Builder Configuration Options](https://www.electron.build/configuration/configuration)
67
+
To see available options, check out [Electron Builder Configuration Options](https://www.electron.build/configuration/configuration)
64
68
65
69
They can be placed under the `builderOptions` key in vue-cli-plugin-electron-builder's plugin options in `vue.config.js`
0 commit comments