mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
c3e56bc94b
* docs: update examples link * chore: code clean
17 lines
271 B
Bash
17 lines
271 B
Bash
# 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
|