mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 03:19:36 +08:00
355 B
355 B
ICS Ant
Overview
前端文档地址:
https://1x.antdv.com/docs/vue/introduce-cn/
项目下载和运行
- 拉取项目代码
cd ics-ui
- 安装依赖
yarn install
- 开发模式运行
yarn run serve
- 编译项目
yarn run build
- Lints and fixes files
yarn run lint