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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ A Vue Cli 3 plugin for Electron with no required configuration that uses [Electr
4
4
5
5
**IMPORTANT: Your app must be created with Vue-CLI 3 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!**
6
6
7
+
**IMPORTANT: This plugin only works with @vue/cli-service@3.0.0-beta.9 or lower, not with beta.10 or greater. Set @vue/cli-service to 3.0.0-beta.9 in the devDependencies of your package.json.**
8
+
7
9
## Quick Start:
8
10
9
11
Open a terminal in the directory of your app created with Vue-CLI 3.
0 commit comments