Skip to content

Commit

Permalink
docs: remove npm@6 commands (#14240)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Aug 30, 2023
1 parent 5778365 commit 65b6906
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

```bash
# npm 6.x
npm create vite@latest my-vue-app --template vue

# npm 7+, extra double-dash is needed:
npm create vite@latest my-vue-app -- --template vue

Expand Down
3 changes: 0 additions & 3 deletions packages/create-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + Vue project, run:

```bash
# npm 6.x
npm create vite@latest my-vue-app --template vue

# npm 7+, extra double-dash is needed:
npm create vite@latest my-vue-app -- --template vue

Expand Down

0 comments on commit 65b6906

Please sign in to comment.