mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-22 03:22:31 +08:00
14 lines
199 B
Bash
14 lines
199 B
Bash
# Create a umi project
|
|
|
|
# clean up
|
|
rm -rf ~tmpProj/
|
|
|
|
# clone project
|
|
git clone https://github.com/ant-design/ant-design-pro.git ~tmpProj --depth=1
|
|
|
|
# install
|
|
cd ~tmpProj
|
|
tnpm i
|
|
|
|
# build
|
|
npm run build |