UNPKG

@embedthis/devcore

Version:

Devcore UI Framework

41 lines (23 loc) 1.23 kB
Embedthis DevCore - Device Management UI Framework === EmbedThis DevCore is a device management framework for IoT devices. It provides a framework based upon [VueJS](https://vuejs.org/) and [Vuetify](https://vuetifyjs.com/) for building device management applications that connect to the [EmbedThis IoT](https://www.embedthis.com/) Platform. This is the source distribution for the DevCore UI Framework. The source includes: * DevCore UI Framework library (framework) * Standard device app (apps/standard) If you just need the NPM package, you can install it with: npm install @embedthis/devcore-ui This will install the DevCore framework for local use. ## Building To build the framework and the Standard management app, run: make This will install required packages, build the framework and the Standard app. Built assets are under: * framework/dist * apps/standard/ui/dist Full documentation for the DevCore UI Framework is available at. * https://www.embedthis.com/doc/apps/ ## Licensing The DevCore UI Framework is commercial software with public source code. It is licensed to use with a current EmbedThis IoT Platform subscription. See [LICENSE.md](LICENSE.md) and [EVAL.md](EVAL.md) for details.