Files
mosquitto/dashboard
Serhii Orlivskyi f63fda3505 Dashboard: add loading skeleton for listeners page
Display a skeleton while listeners are still loading

Signed-off-by: Serhii Orlivskyi <serhii.orlivskyi@cedalo.com> (Cedalo GmbH)
2026-01-13 00:29:10 +00:00
..

Simple web-based graphical user interface for Mosquitto

To develop UI locally.

  1. Install tailwind:
npm -g install tailwindcss@3
  1. Go into src and run tailwind to generate a CSS file based on tailwind classes used in index.html:
tailwindcss -i ./css/styles.css -o ./tailwind/styles.css
  1. Run mosquitto http api mock

  2. Change mosquitto api endponits in src/consts.js

  3. Go into src and run a simple http server, e.g. python3 -m http.server 3000

Dependencies (in src/lib directory):