Skip to content

Commit

Permalink
chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Mar 28, 2022
1 parent ed978c7 commit 76ae142
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,14 @@ vue --version
If you don't have a project created with vue-cli v5 yet:

```
# make sure to pick Vue 3 when asked:
vue create my-app
```

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.

```
# commands will change after Quasar v2 becomes stable (and out of beta)
$ cd my-app
$ yarn add --dev vue-cli-plugin-quasar@next
$ yarn add --dev vue-cli-plugin-quasar
$ vue invoke quasar
```

Expand Down

0 comments on commit 76ae142

Please sign in to comment.