https://github.com/sitewhere/sitewhere-admin-ui
SiteWhere Administrative User Interface
https://github.com/sitewhere/sitewhere-admin-ui
desktop-application electron electron-app sitewhere
Last synced: about 1 year ago
JSON representation
SiteWhere Administrative User Interface
- Host: GitHub
- URL: https://github.com/sitewhere/sitewhere-admin-ui
- Owner: sitewhere
- Created: 2018-08-15T16:08:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T12:02:59.000Z (over 3 years ago)
- Last Synced: 2025-04-05T07:33:00.562Z (about 1 year ago)
- Topics: desktop-application, electron, electron-app, sitewhere
- Language: Vue
- Homepage: https://sitewhere.io
- Size: 5.38 MB
- Stars: 31
- Watchers: 10
- Forks: 23
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/sitewhere/sitewhere-admin-ui)
---
# SiteWhere Administrative User Interface
The SiteWhere Administrative UI is an [Electron](https://electronjs.org/) 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](https://www.npmjs.com/package/sitewhere-rest-api) - Library for interacting
with SiteWhere servers via REST APIs.
* [SiteWhere IDE Components](https://www.npmjs.com/package/sitewhere-ide-components) - Library based on
Vue/Vuetify and supporting the core IDE for SiteWhere products.
* [SiteWhere Admin UI Plugins](https://www.npmjs.com/package/sitewhere-admin-ui-plugins) - Library containing
configuration plugins for the microservices provided out-of-the-box in SiteWhere 3.0.
## Requirements for building
- Node v11
- NPM 6.x
- Yarn 1.22.x
## Build and run the application
```console
yarn install
yarn run electron:serve
```