You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# 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
|