UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

27 lines (17 loc) 1.26 kB
--- title: uibuilder Technical Process catalogue description: | Documents some of the process flows for specific actions in uibuilder. For uibuilder developers. created: 2022-06-26 lastUpdated: 2023-08-23 10:13:10 updated: 2025-12-30 11:37:43 --- * [Add a new library package](processes/add-library) - How the uibuilder library manager works. * [UIBUILDER build steps](processes/build-steps) - How uibuilder uses GULP and ESBUILD to build and watch files. * [Change a uibuilder instance url (rename)](processes/url-change-rename) - How uibuilder handles a change of url for an instance. * [Client connect](processes/client-connect) - What happens when a front-end client connects to uibuilder. * [Package management](processes/package-management-process) - How uibuilder manages npm packages for the front-end. * [Release steps](processes/release-steps) - How to release a new version of uibuilder to GitHub and then publish to npm. * [Template handling](processes/instance-template) - How uibuilder instance templates are created and managed. * [UIBUILDER instance setup](processes/instance-setup) - How uibuilder creates a new instance. * [UIBUILDER regression tests](processes/regression-tests) - How to run the regression tests for uibuilder.