# Minecraft ComputerCraft API – Frontend Vue 3 + TypeScript single page application for the [ME System Monitor backend](../mc-cc-api-backend). It shows the live contents of a Minecraft ME system over a websocket and renders per-item history charts. ## Features - **Live view** over a websocket (`wss://…/api/ws/live`) – updates in real time. - **Persistent filters** – text search, sort column/order and mod filter are kept in `localStorage` and re-applied by the server on every update. - **Item history** – clicking an item opens a detail page with a Chart.js line chart plus current / min / max / change statistics. - **Abbreviated numbers** – `12000 → 12k`, `43452542 → 43.45M`. The full value is available as a tooltip. - **HTTPS / WSS by default** via a self-signed certificate. ## Tech stack | Concern | Choice | | ---------- | ----------------------------------- | | Framework | Vue 3 (`