- 本仓库为前端技术栈 Vue3 + TS + Element Plus + Vite 版本。
演示服务不限制CURD操作,希望大家按需使用,不要恶意添加脏数据或对服务器进行攻击等操作。(将不定期清理数据)
- 后端Gitee地址:https://gitee.com/KonBAI-Q/ruoyi-flowable-plus
- 后端GitHub地址:https://github.com/KonBAI-Q/RuoYi-Flowable-Plus
- 前端Gitee地址(Vue3,对应后端develop分支):https://gitee.com/KonBAI-Q/ruoyi-flowable-vue3
- 前端GitHub地址(Vue3,对应后端develop分支):https://github.com/KonBAI-Q/RuoYi-Flowable-Vue3
# 克隆项目
git clone https://gitee.com/KonBAI-Q/ruoyi-flowable-vue3.git
# 安装依赖
npm install --registry=https://registry.npmmirror.com
# 启动服务
npm run dev
# 构建生产环境 yarn build:prod
# 前端访问地址 http://localhost:80