# rule-flow-online-editor **Repository Path**: sync-github/rule-flow-online-editor ## Basic Information - **Project Name**: rule-flow-online-editor - **Description**: 规则流程编辑器 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: https://github.com/123liuziming/rule-flow-online-editor - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-11-01 - **Last Updated**: 2024-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于 https://github.com/LinDaiDai/bpmn-chinese-document **如何使用:** - 将项目克隆至本地: ``` git clone git@github.com:123liuziming/rule-flow-online-editor.git ``` - 安装依赖: ``` npm install ``` - 本地启动项目: ``` npm run serve ``` - 打包发布至生成环境: ``` npm run build ```