1.2.19 • Published 8 years ago

node-red-contrib-ui_j v1.2.19

Weekly downloads
124
License
MIT
Repository
github
Last release
8 years ago

node-red-contrib-ui

Install

cd ~\.node-red
npm install node-red-contrib-ui

Open your node-red instance and you should have UI nodes available at the bottom. The UI interface is available at http://localhost:1880/ui (if default node-red settings are used)

Discussions and suggestions

There is a google group: https://groups.google.com/forum/#!forum/node-red-contrib-ui

Developers

cd ~\.node-red\node-modules
git clone https://github.com/andrei-tatar/node-red-contrib-ui.git
cd node-red-contrib-ui
npm install

The plugin uses the dist folder if it exists and contains an index.html file. Make sure to delete it if you want to use the non-minified version. After changing the front-end code in the src folder, gulp build will update the minified files.