Files
telemetry_visualization/frontend
Sergey Savelyev 167e9d0a01 Implement Integral Data Types (#13)
**Rationale:**

Integral Types were missing and are needed for Project Nautilus.

**Changes:**

- Implements Integral Data Types
  - u64 and i64 implemented through bigint

Reviewed-on: #13
Co-authored-by: Sergey Savelyev <sergeysav.nn@gmail.com>
Co-committed-by: Sergey Savelyev <sergeysav.nn@gmail.com>
2026-01-03 08:37:26 -08:00
..
2024-10-20 12:37:40 -07:00
2026-01-03 08:37:26 -08: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