Configuration UI for Custom Rule Nodes from rule-node-examples ThingsBoard repository
-
Cleanup
npm run cleanup
-
Get ThingsBoard UI dependency
npm run getthingsboard
-
Install dependencies
npm install
-
Production build
npm run build
Resulting JavaScript should be here:
./target/generated-resources/public/static/custom-nodes-config.js
-
Deploy Rule Nodes UI JavaScript code to rule-node-examples
Resulting custom-nodes-config.js should be copied to:
rule-node-examples/src/main/resources/public/static/rulenode
directory of rule-node-examples repository.