This package has been deprecated

Author message:

use node-red-contrib-dashboard

node-red-contrib-ui

1.2.20 • Public • Published

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.

Dependents (4)

Package Sidebar

Install

npm i node-red-contrib-ui

Weekly Downloads

25

Version

1.2.20

License

MIT

Last publish

Collaborators

  • andrei-tatar