Skip to content

Commit

Permalink
docs (#2874): update quick start instructions for yarn v1 (#2993)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen authored Sep 16, 2024
1 parent 1128a40 commit 481de31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Make sure you have an up-to-date version of [Node.js](https://nodejs.org/) insta
<VTCodeGroupTab label="yarn">

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

0 comments on commit 481de31

Please sign in to comment.