mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
eaa08a39fc
* chore: add diff report * chore: more
17 lines
238 B
Bash
17 lines
238 B
Bash
# Create a umi project
|
|
|
|
# clean up
|
|
rm -rf ~tmpProj/
|
|
|
|
# clone project
|
|
git clone https://github.com/ant-design/create-next-app-antd.git ~tmpProj --depth=1
|
|
|
|
# change directory
|
|
cd ~tmpProj
|
|
|
|
# install dependencies
|
|
yarn
|
|
|
|
# build
|
|
yarn run build
|