dbd-meeting-html/README.md

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