This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
# 使用管理员权限运行corepack命令
corepack enable
corepack prepare yarn@stable --activate
# 将yarn包管理工具安装到项目
yarn set version stable
# 安装项目依赖
yarn install
# 启动项目
yarn start
# 构建项目
yarn build
# 构建 Umi 运行时导出内容(如 model 写完后需要执行该命令,才能被 ts 语法提示器检测)
yarn postinstall
# 更新项目依赖
yarn upgrade-interactive
You can view full document on our official website. And welcome any feedback in our github.
- 2024-06-04 559c01d1d439a90079cef3ebdfca545cf768c9f4