Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 286 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 286 Bytes

test-flow

umi@3+antd@4+TypeScript 脚手架开发流程审批设计

安装依赖

yarn

本地调试

yarn start

打包到 .zip

bash shells/build.sh

打包到 docker

docker build --no-cache -t <app-name>:<tag> .