home-lab/packages/Dashboard
Geir Okkenhaug Jerstad a7660d0b8d testing claude code
2025-06-25 16:36:30 +02:00
..
public created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
src testing claude code 2025-06-25 16:36:30 +02:00
.editorconfig created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
.gitattributes created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
.gitignore created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
.prettierrc.json created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
dashboard-prd.md testing claude code 2025-06-25 16:36:30 +02:00
env.d.ts created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
eslint.config.ts created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
index.html created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
package-lock.json testing claude code 2025-06-25 16:36:30 +02:00
package.json testing claude code 2025-06-25 16:36:30 +02:00
README.md created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
tsconfig.app.json created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
tsconfig.json created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
tsconfig.node.json created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
tsconfig.vitest.json created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00
vite.config.ts testing claude code 2025-06-25 16:36:30 +02:00
vitest.config.ts created dsahboard project vue3 empty for now 2025-06-24 09:22:45 +02:00

Dashboard

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint