An enterprise-class UI design language and React UI library
Go to file
2015-06-15 18:16:21 +08:00
components Merge branch 'master' of github.com:ant-design/ant-design 2015-06-15 17:54:40 +08:00
docs update README.md 2015-06-15 18:16:21 +08:00
site fix font in home page 2015-06-15 18:10:34 +08:00
static site style 2015-06-15 16:00:45 +08:00
style adjust select demo 2015-06-15 17:59:46 +08:00
.eslintrc Add eslint, close #14 2015-06-10 17:59:32 +08:00
.gitignore Add datepicker style 2015-05-21 20:36:13 +08:00
.npmignore update npmignore 2015-06-09 18:03:50 +08:00
.travis.yml Add travis 2015-06-08 20:12:49 +08:00
CNAME Add CNAME 2015-06-04 11:58:07 +08:00
index.js tabs -> tab 2015-06-15 16:20:06 +08:00
LICENSE first commit 2015-05-07 18:50:36 +08:00
nico.js rename theme to site 2015-06-09 15:50:36 +08:00
package.json update watch config 2015-06-15 15:52:31 +08:00
README.md update README.md 2015-06-15 18:16:21 +08:00
webpack.config.js fix webpack.config 2015-06-15 16:45:02 +08:00

Ant Design

下一个设计&前端框架。


这是蚂蚁金服体验技术部推出的一套全新的企业级前端开发框架。

特性

  • 丰富实用的 React UI 组件。
  • 基于 webpack 的调试构建方案,支持 ES6。
  • 背靠 npm 生态圈。
  • 提炼于企业级金融产品的交互语言和视觉体系,使用 Sketch3 设计。

链接

如何贡献

我们欢迎任何形式的贡献,有任何建议或意见您可以进行 Pull Request,或者给我们提问

开发说明

本地调试

$ npm start

然后访问 http://127.0.0.1:8000

部署上线

$ npm run deploy

构建

$ webpack