Skip to content

Commit 76ae142

Browse files
committed
chore: Update README
1 parent ed978c7 commit 76ae142

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,14 @@ vue --version
2323
If you don't have a project created with vue-cli v5 yet:
2424

2525
```
26-
# make sure to pick Vue 3 when asked:
2726
vue create my-app
2827
```
2928

3029
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.
3130

3231
```
33-
# commands will change after Quasar v2 becomes stable (and out of beta)
34-
3532
$ cd my-app
36-
$ yarn add --dev vue-cli-plugin-quasar@next
33+
$ yarn add --dev vue-cli-plugin-quasar
3734
$ vue invoke quasar
3835
```
3936

0 commit comments

Comments
 (0)