You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
356 B

# 下载
10 years ago
- category: 上手
- order: 2
10 years ago
10 years ago
---
10 years ago
10 years ago
## 直接下载
- [antd.js](http://ant.design/dist/antd.js)
- [antd.css](http://ant.design/dist/antd.css)
10 years ago
[历史版本](https://github.com/ant-design/ant-design/releases)
10 years ago
## npm
10 years ago
可以通过 npm 直接安装到本地,使用 `require``import` 进行引用。
10 years ago
```bash
$ npm install antd --save
```