Skip to content

Commit 7362988

Browse files
committed
docs: update guide/index.md
1 parent dd7c5b7 commit 7362988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $ bun create vite
7272
你还可以通过附加的命令行选项直接指定项目名称和你想要使用的模板。例如,要构建一个 Vite + Vue 项目,运行:
7373

7474
```bash
75-
# npm 7+, extra double-dash is needed:
75+
# npm 7+, 需要额外加 --:
7676
npm create vite@latest my-vue-app -- --template vue
7777

7878
# yarn

0 commit comments

Comments
 (0)