Skip to content

Latest commit

 

History

History
76 lines (47 loc) · 1.62 KB

README.zh-CN.md

File metadata and controls

76 lines (47 loc) · 1.62 KB

generator-antd-pro

Version License Dependencies PRs Welcome

快速构建你的 ant-design-pro 应用。

🇨🇳 简体中文 | 🇺🇸 English

文档

⚡ 在线示例 | 📖 参考文档

截图

Screen Capture

快速开始

前置依赖

在开始前,你必须先安装 Yeoman 命令行工具:

npm install -g yo
# OR
yarn global add yo

安装

npm install -g generator-antd-pro
# OR
yarn global add generator-antd-pro

创建项目

完整模板

直接从 Ant Design Pro 官方仓库下载:

yo antd-pro

简单模板

只包含简单的列表页及表单页,删除了各种冗余文件:

yo antd-pro:simple

核心功能

  • ⌚ 快速
  • 📻 简单

贡献

期待你的 pull requests。如果你觉得有帮助,还请多多反馈!

技术栈

许可

MIT

Copyright (c) 2018 - present, Felix Yang