# rulenodes **Repository Path**: iovVis/rulenodes ## Basic Information - **Project Name**: rulenodes - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # beidouapp-rule-config-ui Configuration UI for Beidouapp Rule Nodes ## Build steps 删除target目录(如果以前有的话) 1) Get UI dependency ``` npm run getmain ``` 2) Install dependencies ``` npm install ``` 3) Production build ``` npm run build ``` Resulting JavaScript and CSS should be here: ``` ./target/generated-resources/public/static/rulenode-core-config.js ./target/generated-resources/public/static/rulenode-core-config.css ``` 5) Deploy Rule Nodes UI JavaScript code and CSS to main program Resulting **rulenode-core-config.js** and **rulenode-core-config.css** should be copied to ```rule-engine/rule-engine-components/src/main/resources/public/static/rulenode/``` directory of mainprogram repository. ## Architecture overview 本项目产生如下两个目标文件:
rulenode-core-config.css
rulenode-core-config.js
该文件应该拷贝到主工程的如下目录替换原来文件,实现新增加规则链节点的配置自定义属性:
rule-engine/rule-engine-components/src/main/resources/public/