You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is constructed from the webapp address and the device address.
NOTE: The device responds to any OPTIONS with a very permissive CORS header - required for the webapp to work. This could in the future be restricted to the chosen domain of the webapp source.
The startup.js is read from the webapp webserver, and contains a list of .vue files which are loaded at page load, dependencies first, using http-vue-loader.
The main .vue file is then launched in vue.
This allows the main .vue file to use other .vue controls, etc. within it's template.
e.g. we may have separate modules for logs, controller, setup, etc.