create-antd-app 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,20 +6,8 @@ An elegant CLI to bootstrap a modern Ant Design project with Vite, React, Tailwi
|
|
|
6
6
|
|
|
7
7
|
## Quick Start
|
|
8
8
|
|
|
9
|
-
Generate your project in seconds using your favorite package manager:
|
|
10
|
-
|
|
11
9
|
```bash
|
|
12
|
-
# npm
|
|
13
10
|
npx create-antd-app my-app
|
|
14
|
-
|
|
15
|
-
# bun
|
|
16
|
-
bunx create-antd-app my-app
|
|
17
|
-
|
|
18
|
-
# pnpm
|
|
19
|
-
pnpm dlx create-antd-app my-app
|
|
20
|
-
|
|
21
|
-
# yarn
|
|
22
|
-
yarn create antd-app my-app
|
|
23
11
|
```
|
|
24
12
|
|
|
25
13
|
Then follow the prompts:
|