The SiteWhere Administrative UI is an Electron application that provides management features for remote SiteWhere instances. This version is intended for use with SiteWhere 3.0 and is not compatible with the 2.x product versions due to significant architectural changes between major versions.
Note that this is intended as a management tool and not as the basis for bespoke applications running on SiteWhere. This application builds on various other libraries including:
- SiteWhere REST API/model - Library for interacting with SiteWhere servers via REST APIs.
- SiteWhere IDE Components - Library based on Vue/Vuetify and supporting the core IDE for SiteWhere products.
- SiteWhere Admin UI Plugins - Library containing configuration plugins for the microservices provided out-of-the-box in SiteWhere 3.0.
- Node v11
- NPM 6.x
- Yarn 1.22.x
yarn install
yarn run electron:serve