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.
 
 

16 lines
271 B

# Create a umi project
# clean up
rm -rf ~tmpProj/
# clone project
git clone https://github.com/ant-design/ant-design-examples.git ~tmpProj --depth=1
# change directory
cd ~tmpProj/examples/with-nextjs-inline-style
# install dependencies
yarn
# build
yarn run build