From 8146a0a00389c4bead09d5ec78a18f3197ece083 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Sat, 25 Aug 2018 22:31:44 +0100 Subject: [PATCH] Bump to 0.19.2 - add more options as examples --- README.md | 4 +- console.htm | 11 +- electronflow.json | 2 +- main.js | 263 +++++++++++++++++++------------- package-lock.json | 376 ++++++++++++++++++++++++++++++---------------- package.json | 10 +- 6 files changed, 425 insertions(+), 241 deletions(-) diff --git a/README.md b/README.md index 1255463..1531470 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ This is an Electron template to embed Node-RED with a Dashboard generated by node-red-dashboard. -You can base off this model and update the package.json file to include your own required dependencies. +This is not intended to be a useful tool as-is, but as a base for you to create your own versions. You will need to edit the `main.js` to suit your application and update the `package.json` file to include your own required dependencies. + +At the top of `main.js` are a couple of flags you can switch to turn off editing, allow loading of a different flow file (and save as), and adding the worldmap to the menu. Again these are only there to show you possibilities. Have fun. ## To Use diff --git a/console.htm b/console.htm index a707ca9..73e157d 100644 --- a/console.htm +++ b/console.htm @@ -6,21 +6,26 @@ Node-RED Console - + -
+