Skip to content

Commit 9a2f67d

Browse files
committed
add notice for requirement of @vue/cli-service beta.9 or lower
1 parent 0e79820 commit 9a2f67d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

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

55
**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)!**
66

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+
79
## Quick Start:
810

911
Open a terminal in the directory of your app created with Vue-CLI 3.

0 commit comments

Comments
 (0)