I have just discovered electron app which are awesome. I am wondering if it's possible to use the uibuilder code which run with VueJs with Electron, so I could create a real app which run with node-red.
Actually I have a python code which run to read some sensors values, then I receive the values inside node-red using MQTT and then I have made a webpage with uibuilder as a user interface.
It would be great if I can "merge" all of this into on single app so when the user double-click an icon :
- it runs my python script
- lauchn node-red
- open a UI interface which lauch the uibuilder code
Thanks for your idea about this project.