Skip to content

Commit f3c11bb

Browse files
docs: changed bunx create-vite to bun create vite (#15646)
Co-authored-by: patak <matias.capeletto@gmail.com>
1 parent 0649444 commit f3c11bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/guide/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $ pnpm create vite
6262
```
6363

6464
```bash [Bun]
65-
$ bunx create-vite
65+
$ bun create vite
6666
```
6767

6868
:::
@@ -82,7 +82,7 @@ yarn create vite my-vue-app --template vue
8282
pnpm create vite my-vue-app --template vue
8383

8484
# bun
85-
bunx create-vite my-vue-app --template vue
85+
bun create vite my-vue-app --template vue
8686
```
8787

8888
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`, `react-swc`, `react-swc-ts`, `preact`, `preact-ts`, `lit`, `lit-ts`, `svelte`, `svelte-ts`, `solid`, `solid-ts`, `qwik`, `qwik-ts`.

packages/create-vite/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $ pnpm create vite
2626
With Bun:
2727

2828
```bash
29-
$ bunx create-vite
29+
$ bun create vite
3030
```
3131

3232
Then follow the prompts!
@@ -44,7 +44,7 @@ yarn create vite my-vue-app --template vue
4444
pnpm create vite my-vue-app --template vue
4545

4646
# Bun
47-
bunx create-vite my-vue-app --template vue
47+
bun create vite my-vue-app --template vue
4848
```
4949

5050
Currently supported template presets include:

0 commit comments

Comments
 (0)