Skip to content

Commit

Permalink
docs: correct pnpm command (#8763)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassler committed Jun 24, 2022
1 parent d4dcdd1 commit 8108b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Expand Up @@ -74,7 +74,7 @@ npm create vite@latest my-vue-app -- --template vue
yarn create vite my-vue-app --template vue

# pnpm
pnpm create vite my-vue-app -- --template vue
pnpm create vite my-vue-app --template vue
```

See [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite) for more details on each supported template: `vanilla`, `vanilla-ts`, `vue`, `vue-ts`, `react`, `react-ts`, `preact`, `preact-ts`, `lit`, `lit-ts`, `svelte`, `svelte-ts`.
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/README.md
Expand Up @@ -38,7 +38,7 @@ npm create vite@latest my-vue-app -- --template vue
yarn create vite my-vue-app --template vue

# pnpm
pnpm create vite my-vue-app -- --template vue
pnpm create vite my-vue-app --template vue
```

Currently supported template presets include:
Expand Down

0 comments on commit 8108b1b

Please sign in to comment.