mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +08:00
23 lines
356 B
Markdown
23 lines
356 B
Markdown
# 下载
|
|
|
|
- category: 入门
|
|
- order: 2
|
|
|
|
---
|
|
|
|
## 直接下载
|
|
|
|
- [antd.js](http://ant.design/dist/antd.js)
|
|
- [antd.css](http://ant.design/dist/antd.css)
|
|
|
|
[历史版本](https://github.com/ant-design/ant-design/releases)
|
|
|
|
|
|
## npm
|
|
|
|
可以通过 npm 直接安装到本地,使用 `require` 或 `import` 进行引用。
|
|
|
|
```bash
|
|
$ npm install antd --save
|
|
```
|