Added vuejs instead of svelte

This commit is contained in:
2023-12-14 19:06:42 +01:00
parent 927a3b4777
commit eb541b7903
36 changed files with 4381 additions and 134 deletions

8
frontend/jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}