# Workflow **Repository Path**: luocheng/Workflow ## Basic Information - **Project Name**: Workflow - **Description**: 仿钉钉审批流程设置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 5 - **Created**: 2020-03-24 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Wrokflow钉钉审批流程设置 Wrokflow钉钉审批流程设置,基于vue开发 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20191116144905578.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L20wXzM3Mjg1MTkz,size_16,color_FFFFFF,t_70) - [线上开源地址 https://github.com/StavinLi/Workflow](https://github.com/StavinLi/Workflow) 点个赞吧! ------------------- #### 项目介绍 - UI钉钉风格 - 技术点 1. 组件自调用+递归处理 - 功能点 2. 界面缩放 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20191116145339223.jpg) 3. 节点设置 4. 节点新增 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20191116145355289.png) 5.等等 #### 项目安装 > git clone https://github.com/StavinLi/Workflow.git #### 项目运行 1. 环境依赖 `npm i` 2. 本地运行 `npm run serve` 3. 打包运行 `npm run build`