feat(web): scaffold Vue 3 + Vite + TypeScript project with Element Plus

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
dailz
2026-04-16 22:44:40 +08:00
parent 6a7bde4801
commit 01a1119d13
18 changed files with 2510 additions and 0 deletions

6
.gitignore vendored
View File

@@ -1,2 +1,8 @@
bin/
*.exe
# Vue frontend
web/node_modules/
web/dist/
web/src/auto-imports.d.ts
web/src/components.d.ts