dbd-meeting-html/README.md
471615499@qq.com 1259f068a8 完成统计模块
加入会议室服务绑定
加入会议室筛选
2024-10-04 17:25:18 +08:00

34 lines
344 B
Markdown

<h1 align="center">ICS Ant</h1>
Overview
## 前端文档地址:
https://1x.antdv.com/components/
----
项目下载和运行
----
- 拉取项目代码
```bash
cd ics-ui
```
- 安装依赖
```
yarn install
```
- 开发模式运行
```
yarn run serve
```
- 编译项目
```
yarn run build
```
- Lints and fixes files
```
yarn run lint
```