mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
649788e49f
* chore: ci of build info * chore: more
14 lines
204 B
Bash
14 lines
204 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
|
|
|
|
# install
|
|
cd ~tmpProj
|
|
yarn
|
|
|
|
# build
|
|
yarn run build |