# rule-editor **Repository Path**: sync-github/rule-editor ## Basic Information - **Project Name**: rule-editor - **Description**: 一个业务规则编辑器,参考URule - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/anole1982/rule-editor - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2021-11-01 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 规则设计器 > 参考 [URule](http://urule.bstek.com/index.html) ## TODO - [x] 加载初始值 - [x] 循环规则 - [x] 规则属性编辑 - [x] groupCode 检查 - [x] 删除条件判断单元 - [x] 条件判断单元名称修改 - [x] 初始值更改 - [ ] 接口联调 - [ ] 保存校验 ## Example ![demo](./screenshots/demo.gif) ```sh npm install # 安装 npm start # 启动 ```