generator-antd-pro
January 2, 2019 · View on GitHub
快速构建你的 ant-design-pro 应用。
:cn: 简体中文 | :us: English
文档
截图

快速开始
前置依赖
在开始前,你必须先安装 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
核心功能
- :watch: 快速
- :radio: 简单
贡献
期待你的 pull requests。如果你觉得有帮助,还请多多反馈!
技术栈
许可
Copyright (c) 2018 - present, Felix Yang