An mqtt client dashboard written in Vue. Utilizes MQTT.js library.
Working Demo - By default firefox does not allow https:// to ws:// connections. This can be disabled by going to firefox's about:config and toggling network.websocket.allowInsecureFromHTTPS will get rid of the SecurityError as documented here
To use, Clone the repository and install dependancies
npm install
Run development server
npm run serve