文档:http://doc.rycloud.zmrit.com
- 预览: http://ruoyi.ant.zmrit.com
- 独有的字典用法
- 独有的自定义默认排序
- 监控类外链不宜对外暴露,可以设置白名单,故不在演示系统展示,可以参看 ruoyi-ant redi监控
本项目fork自ant design vue pro,有兴趣直接传送
运行项目需要启动后端ruoyi-cloud,传送门
源码地址:
- 拉取项目代码
git clone https://gitee.com/zhangmrit/ruoyi-ant.git
cd ruoyi-ant
- 安装依赖
yarn install
- 开发模式运行
yarn run serve
- 编译项目
yarn run build
- Lints and fixes files
yarn run lint