ant-design/docs/download.md

23 lines
356 B
Markdown
Raw Normal View History

2015-07-03 18:06:47 +08:00
# 下载
2015-05-09 18:52:17 +08:00
2015-07-03 18:06:47 +08:00
- category: 上手
- order: 2
2015-05-09 18:52:17 +08:00
2015-06-04 17:56:09 +08:00
---
2015-05-09 18:52:17 +08:00
2015-07-04 16:20:50 +08:00
## 直接下载
- [antd.js](http://ant.design/dist/antd.js)
- [antd.css](http://ant.design/dist/antd.css)
2015-07-04 16:31:48 +08:00
[历史版本](https://github.com/ant-design/ant-design/releases)
2015-07-04 16:20:50 +08:00
## npm
2015-07-04 16:31:48 +08:00
可以通过 npm 直接安装到本地,使用 `require``import` 进行引用。
2015-07-04 16:20:50 +08:00
```bash
$ npm install antd --save
```