https://github.com/thingsboard/rule-node-examples-ui
Examples of UI for custom Rule Nodes for ThingsBoard contribution guide
https://github.com/thingsboard/rule-node-examples-ui
Last synced: 11 months ago
JSON representation
Examples of UI for custom Rule Nodes for ThingsBoard contribution guide
- Host: GitHub
- URL: https://github.com/thingsboard/rule-node-examples-ui
- Owner: thingsboard
- License: apache-2.0
- Created: 2018-12-06T08:53:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T06:38:07.000Z (over 7 years ago)
- Last Synced: 2025-04-10T03:37:38.563Z (about 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rule-node-examples-ui
Configuration UI for Custom Rule Nodes from rule-node-examples ThingsBoard repository
## Build steps
1) Cleanup
```
npm run cleanup
```
2) Get ThingsBoard UI dependency
```
npm run getthingsboard
```
3) Install dependencies
```
npm install
```
4) Production build
```
npm run build
```
Resulting JavaScript should be here:
```
./target/generated-resources/public/static/custom-nodes-config.js
```
5) 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.