Skip to content

Commit

Permalink
Merge pull request #301 from vuejs-translations/4de8ccbd
Browse files Browse the repository at this point in the history
Update yarn create command (#300)
  • Loading branch information
AloisSeckar authored Aug 13, 2024
2 parents 385e9a9 + 70cb6de commit 892f59e
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 @@ Zkontrolujte, že máte nainstalovanou nejnovější verzi [Node.js](https://nod
<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 @@ Pro zahájení práce s Vite + Vue jednoduše spusťte:
<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 892f59e

Please sign in to comment.