Initial vue template files

This commit is contained in:
Alexis
2025-08-18 16:18:28 +02:00
parent f52e3dfeff
commit 9455991fae
21 changed files with 3881 additions and 0 deletions

9
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"oxc.oxc-vscode",
"esbenp.prettier-vscode"
]
}