mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 15:39:45 +08:00
docs: upgrade about npm create umi
This commit is contained in:
parent
6b83865a50
commit
9b6fbfcb36
@ -24,7 +24,7 @@ $ cd myapp
|
||||
|
||||
It is recommended to use yarn to create an application and execute the following command.
|
||||
|
||||
> If you insist on using npm, execute `npm install -g create-umi && create-umi` and the effect will be the same.
|
||||
> If you are using npm, execute `npm create umi` and the effect will be the same.
|
||||
|
||||
```bash
|
||||
$ yarn create umi
|
||||
|
@ -24,7 +24,7 @@ $ cd myapp
|
||||
|
||||
推荐使用 yarn 创建应用,执行以下命令,
|
||||
|
||||
> 如果你坚持用 npm,可执行 `npm install -g create-umi && create-umi`,效果一致。
|
||||
> 如果你使用 npm,可执行 `npm create umi`,效果一致。
|
||||
|
||||
```bash
|
||||
$ yarn create umi
|
||||
|
Loading…
Reference in New Issue
Block a user