Skip to content
/ antdpro6-template Public template

使用antd pro 6创建的一个模板项目.

Notifications You must be signed in to change notification settings

joesdu/antdpro6-template

Repository files navigation

Alt

Ant Design Pro

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

  • 安装yarn 4.x包管理工具
  • 要求 Node.js 的版本 >=18.6
  • 以管理员身份打开命令提示符
# 使用管理员权限运行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

More

You can view full document on our official website. And welcome any feedback in our github.

目前版本(官方代码版本)

About

使用antd pro 6创建的一个模板项目.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published