ant-design/README.md

26 lines
220 B
Markdown
Raw Normal View History

2015-05-07 18:50:36 +08:00
# Ant Design
2015-06-04 14:42:24 +08:00
下一代设计&前端框架。
2015-05-08 11:56:39 +08:00
---
#### 本地调试
```bash
$ npm start
```
然后访问 http://127.0.0.1:8000 。
#### 部署上线
```bash
$ npm run deploy
```
2015-05-21 20:36:13 +08:00
#### 构建
```bash
$ webpack
```