Skip to content

Commit 4d8ae05

Browse files
authored
docs: update quick start instructions for yarn v1 (#2310)
1 parent f4ebc13 commit 4d8ae05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/guide/quick-start.md

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

4848
```sh
49+
# Yarn (v1+)
50+
$ yarn create vue
51+
4952
# Yarn (v2+)
5053
$ yarn create vue@latest
5154

0 commit comments

Comments
 (0)