Android tablet-app: Victron + LiFePO4 uitlezen via BLE (Capacitor)
  • TypeScript 69.3%
  • CSS 27.5%
  • Java 2.4%
  • HTML 0.8%
Find a file
2026-07-06 06:36:51 +00:00
android Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
public Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
src Orion-temperatuur live op dynamokaart + terugregel-waarschuwing (50/58°C) en echte derating in de sim 2026-07-06 06:36:51 +00:00
.gitignore gitignore: dev-server.log 2026-07-04 15:57:58 +00:00
.oxlintrc.json Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
capacitor.config.ts Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
index.html Demo: sim-state robuust tegen stale HMR-state (NaN bij hernoemde velden) + correcte @refresh reset-pragma 2026-07-04 20:31:49 +00:00
package-lock.json Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
package.json Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
README.md Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
tsconfig.app.json Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
tsconfig.json Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
tsconfig.node.json Fase 1: BLE-scanner — Vite+React+TS + Capacitor 8, raw advertisement-lijst 2026-07-04 15:57:21 +00:00
vite.config.ts vite: correct MIME-type voor .apk-download 2026-07-04 19:30:20 +00:00

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some Oxlint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the Oxlint configuration

If you are developing a production application, we recommend enabling type-aware lint rules by installing oxlint-tsgolint and editing .oxlintrc.json:

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "plugins": ["react", "typescript", "oxc"],
  "options": {
    "typeAware": true
  },
  "rules": {
    "react/rules-of-hooks": "error",
    "react/only-export-components": ["warn", { "allowConstantExport": true }]
  }
}

See the Oxlint rules documentation for the full list of rules and categories.