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
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,17 +23,14 @@ vue --version
23
23
If you don't have a project created with vue-cli v5 yet:
24
24
25
25
```
26
-
# make sure to pick Vue 3 when asked:
27
26
vue create my-app
28
27
```
29
28
30
29
Navigate to the newly created project folder and add the cli plugin. Before installing it, make sure to commit your current changes should you wish to revert them later.
31
30
32
31
```
33
-
# commands will change after Quasar v2 becomes stable (and out of beta)
0 commit comments