This commit is contained in:
afc163 2015-07-04 16:31:48 +08:00
parent 325406776b
commit 95054e3ef8

View File

@ -10,11 +10,13 @@
- [antd.js](http://ant.design/dist/antd.js)
- [antd.css](http://ant.design/dist/antd.css)
> [历史版本](https://github.com/ant-design/ant-design/releases)
[历史版本](https://github.com/ant-design/ant-design/releases)
## npm
可以通过 npm 直接安装到本地,使用 `require``import` 进行引用。
```bash
$ npm install antd --save
```