Ant Design Plus
✨ 特性
- 🚀 TypeScript: 使用 TypeScript 编写,提供完整的类型定义。
- 💎 优雅美观: 基于 Ant Design。
🎉 开箱即用: 高质量的 React 组件。- ⚡️ 按需加载: 支持按需加载,具体请查看babel-plugin-import
兼容性
antd-plus
由于依赖了 [email protected]+ 提供的 Hooks 特性,因此只支持 React 16.8.0 及以上版本。
📦 安装
// npm
npm install @alitajs/antd-plus --save
// yarn
yarn add @alitajs/antd-plus
⌨️ 本地开发
# 克隆项目到本地
git clone [email protected]:ant-design/ant-design.git
# 安装依赖
yarn
# 启动服务
yarn start