No description
Find a file
2026-01-10 20:27:08 +01:00
.github Initialize repository 2025-09-18 15:38:54 +02:00
.vscode Initialize repository 2025-09-18 15:38:54 +02:00
public Initialize repository 2025-09-18 15:38:54 +02:00
src Add date utility functions and integrate mondayOfWeek in PlanningView for improved date handling 2026-01-10 20:27:08 +01:00
.dockerignore Add Dockerfile and .dockerignore for containerization setup 2026-01-08 14:35:38 +01:00
.env A big commit 2025-12-29 13:27:21 +01:00
.gitignore Initialize repository 2025-09-18 15:38:54 +02:00
.prettierrc.json A bunch of changes 2025-12-29 15:50:06 +01:00
Dockerfile Add Dockerfile and .dockerignore for containerization setup 2026-01-08 14:35:38 +01:00
index.html A big commit 2025-12-29 13:27:21 +01:00
LICENSE Initial commit 2025-09-18 15:07:02 +02:00
package.json Add Docker build and publish scripts to package.json for containerization 2026-01-09 16:55:22 +01:00
README.md Initialize repository 2025-09-18 15:38:54 +02:00
tsconfig.app.json A big commit 2025-12-29 13:27:21 +01:00
tsconfig.json Initialize repository 2025-09-18 15:38:54 +02:00
tsconfig.node.json Initialize repository 2025-09-18 15:38:54 +02:00
vite.config.ts A big commit 2025-12-29 13:27:21 +01:00
yarn.lock A bunch of changes 2025-12-29 15:50:06 +01:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.