feat(web): vite + vue 3 + ts + tailwind + naive ui scaffolding

This commit is contained in:
2026-04-29 07:32:32 +08:00
parent b72de98f15
commit aef7b0b661
11 changed files with 3244 additions and 0 deletions
+5
View File
@@ -12,6 +12,11 @@ coverage.html
# Web
/web/node_modules/
/web/dist/
/web/*.tsbuildinfo
/web/*.js
/web/*.d.ts
/web/src/**/*.js
/web/src/**/*.d.ts
# Editor
.idea/