# RuoYi-Flowable-Vue3 **Repository Path**: zhaoshouyong/ruoyi-flowable-vue3 ## Basic Information - **Project Name**: RuoYi-Flowable-Vue3 - **Description**: 本仓库为前端技术栈 Vue3 + TS + Element Plus + Vite 版本。对应后端 RuoYi-Flowable-Plus 项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 55 - **Created**: 2024-03-08 - **Last Updated**: 2024-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 平台简介 [![Gitee Repo star](https://gitee.com/KonBAI-Q/ruoyi-flowable-vue3/badge/star.svg?theme=dark)](https://gitee.com/KonBAI-Q/ruoyi-flowable-vue3/stargazers) [![GitHub Repo stars](https://img.shields.io/github/stars/KonBAI-Q/RuoYi-Flowable-Vue3?style=social)](https://github.com/KonBAI-Q/RuoYi-Flowable-Vue3/stargazers) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://gitee.com/KonBAI-Q/ruoyi-flowable-plus/blob/master/LICENSE) [![使用JetBrains开发维护](https://img.shields.io/badge/JetBrains-提供支持-blue.svg)](https://www.jetbrains.com) [![Vue3](https://img.shields.io/badge/Vue-3-green.svg)](https://cn.vuejs.org) * 本仓库为前端技术栈 [Vue3](https://v3.cn.vuejs.org) + [TS](https://www.typescriptlang.org/) + [Element Plus](https://element-plus.org/zh-CN) + [Vite](https://cn.vitejs.dev) 版本。 ## 在线演示 演示服务不限制CURD操作,希望大家按需使用,不要恶意添加脏数据或对服务器进行攻击等操作。(将不定期清理数据) [RuoYi-Flowable-Plus 在线演示](http://159.75.158.189/) ## 项目地址 - 后端Gitee地址: - 后端GitHub地址: - 前端Gitee地址(Vue3,对应后端develop分支): - 前端GitHub地址(Vue3,对应后端develop分支): ## 特别鸣谢 - [bpmn-process-designer](https://gitee.com/MiyueSC/bpmn-process-designer) - [bpmn-vue3](https://gitee.com/xlys998/bpmn-vue3) ## 前端运行 ```bash # 克隆项目 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 ```