An enterprise-class UI design language and React UI library
Go to file
2015-06-03 17:47:12 +08:00
components API 2015-06-03 17:47:12 +08:00
docs outline for getting-started 2015-05-27 17:31:01 +08:00
static API 2015-06-03 17:47:12 +08:00
theme Update layout 2015-06-02 19:57:33 +08:00
.gitignore Add datepicker style 2015-05-21 20:36:13 +08:00
.npmignore Add npmignore 2015-06-02 19:59:09 +08:00
index.js Add Tooltip 2015-06-03 17:08:51 +08:00
LICENSE first commit 2015-05-07 18:50:36 +08:00
nico.js update 2015-05-26 16:19:07 +08:00
package.json Add Tooltip 2015-06-03 17:08:51 +08:00
README.md Add datepicker style 2015-05-21 20:36:13 +08:00
webpack.config.js jsx-loader -> babel-loader in webpack.config, #5 2015-06-02 20:03:33 +08:00

Ant Design

咩咩咩。


站点开发

在 dev 分支上进行开发。

本地调试

$ npm start

然后访问 http://127.0.0.1:8000

部署上线

$ npm run deploy

构建

$ webpack