Skip to content

Commit

Permalink
Update yarn create command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdongdong committed Aug 7, 2024
1 parent 0408888 commit 709783e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ Make sure you have an up-to-date version of [Node.js](https://nodejs.org/) insta
<VTCodeGroupTab label="yarn">

```sh
# For Yarn Modern (v2+)
$ yarn create vue@latest

# For Yarn ^v4.11
$ yarn dlx create-vue@latest
```

</VTCodeGroupTab>
Expand Down
4 changes: 4 additions & 0 deletions src/guide/scaling-up/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ To get started with Vite + Vue, simply run:
<VTCodeGroupTab label="yarn">

```sh
# For Yarn Modern (v2+)
$ yarn create vue@latest

# For Yarn ^v4.11
$ yarn dlx create-vue@latest
```

</VTCodeGroupTab>
Expand Down

0 comments on commit 709783e

Please sign in to comment.