antui-mobile
Version:
mobile ui for antd
24 lines (16 loc) • 389 B
Markdown
# AntUI-Mobile
## Docs
## 安装
首先使用git复制项目或下载压缩包到本到,之后安装必要依赖
```
npm install
npm install react react-dom
```
## 运行
启动项目,在浏览器中打开http://localhost:8988
```
npm start
```
## 示例
## 许可
The MIT License([http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))