Skip to content

Commit 43ab7dd

Browse files
authored
Update yarn create command (#2233)
1 parent ce379ea commit 43ab7dd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/guide/quick-start.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ import { VTCodeGroup, VTCodeGroupTab } from '@vue/theme'
4646
<VTCodeGroupTab label="yarn">
4747

4848
```sh
49+
# Yarn (v2+)
4950
$ yarn create vue@latest
51+
52+
# Yarn ^v4.11
53+
$ yarn dlx create-vue@latest
5054
```
5155

5256
</VTCodeGroupTab>

src/guide/scaling-up/tooling.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ Vite + Vue で始めるには、以下を実行するだけです:
4343
<VTCodeGroupTab label="yarn">
4444

4545
```sh
46+
# Yarn (v2+)
4647
$ yarn create vue@latest
48+
49+
# Yarn ^v4.11
50+
$ yarn dlx create-vue@latest
4751
```
4852

4953
</VTCodeGroupTab>

0 commit comments

Comments
 (0)