Files
telemetry_visualization/frontend
Sergey Savelyev 458c94c2ad Implement Fixes for Project Nautilus Integration (#12)
**Rationale:**

Some bugs were discovered in Project Nautilus integration.

**Changes:**

- Command and Telemetry paths now support `.`
- Telemetry Values now work with Boolean types in the frontend
- Constant Command Parameters no longer reset in the panel editor when you open the inspector

Reviewed-on: #12
Co-authored-by: Sergey Savelyev <sergeysav.nn@gmail.com>
Co-committed-by: Sergey Savelyev <sergeysav.nn@gmail.com>
2026-01-02 12:29:35 -08:00
..
2024-10-20 12:37:40 -07:00
2024-10-20 12:37:40 -07:00
2024-12-04 20:00:18 -08:00
2024-10-20 12:37:40 -07:00
2024-10-20 12:37:40 -07:00
2025-01-03 00:20:56 -05:00
2025-02-14 20:39:52 -08:00
2024-10-20 12:37:40 -07:00
2024-10-20 12:37:40 -07:00
2024-10-20 12:37:40 -07:00
2024-10-20 12:37:40 -07:00
2024-12-05 20:10:31 -08:00

frontend

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun build

Lint with ESLint

bun lint