Note: No package is not published to npm yet. Consider this package not ready.
UIMaker
allow you to create dashboard with node-red. However, UIMaker
does not come with any UI toolkit, it's up to you to use whatever you want. Also, the client library is framework-agnostic, you can use any frontend you want or no framework at all.
This is the repostory for uimaker
for Node-RED. It's composed of two packages:
node-red-contrib-uimaker
, that contains the nodes to use with Node-REDuimaker-client
, the client library that allow you to comunicate with the nodes from Node-RED
Click on the image for better quality
-
node-red-contrib-uimaker
-
uimaker-client
- Tests
- Generate TS definition
- Generate a documention with TypeDoc
- ???
- Install the dependencies for the nodes
in nodes
directory:
yarn install
- Start the compilation then watch for change
yarn build:watch
In a new terminal you can run the built-in node-red
for easier debugging:
cd .node-red
yarn install
yarn node-red
- Install the dependencies for the client library
in client
directory:
yarn install
- Start
rollup
in watch mode for the client library
in client
directory:
yarn build:watch