Vuejs install

This commit is contained in:
2025-03-18 09:57:49 +01:00
parent 87ac190084
commit f404a80d05
27 changed files with 3383 additions and 175 deletions

8
jsconfig.json Normal file
View File

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