initial vibe code

This commit is contained in:
2026-02-02 16:42:30 -05:00
commit ffb7e53a69
24 changed files with 5387 additions and 0 deletions

9
frontend/.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"
]
}