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

6
.prettierrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}