Skip to content

Commit

Permalink
docs: Create a new folder before creating a project. (#11375)
Browse files Browse the repository at this point in the history
  • Loading branch information
swvv authored Nov 6, 2023
1 parent aac5ed8 commit 1fcc3d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs/docs/guides/boilerplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ toc: content
Umi 官方提供了一个脚手架 ,可以轻松快速创建一个项目:

```bash
pnpm dlx create-umi@latest
# 在当前文件夹下创建项目
pnpm create umi
# 在当前目录的 my-umi-app 文件夹下创建项目
pnpm create umi my-umi-app
```

这个命令会安装 `create-umi` 脚手架并自动运行,运行后提供了两个可选项:
Expand Down

1 comment on commit 1fcc3d0

@vercel
Copy link

@vercel vercel bot commented on 1fcc3d0 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.