An IoT Dashboard Written with Vue

Our gateway is collecting data via MQTT and exposes that data via the REST API this part of the project we are going to build a user interface for the data we have collected. We are going to use VueJS as the framework, lets get going..

This version of this dashboard is going to be a simple one page dashboard.

Responsive means Mobile First

Vue is Reactive

Vue 3

Setup with Vite