chore: monorepo scaffold and shared config

Workspace setup with pnpm, Vite+, and shared TypeScript config.
Includes @vue-tui/utils and AGENTS.md project conventions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-05-24 18:13:22 +08:00
commit def33588e3
17 changed files with 3168 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "vue-tui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"ready": "vp check && vp run -r test && vp run -r build",
"dev": "vp run website#dev",
"prepare": "vp config"
},
"devDependencies": {
"vite-plus": "catalog:"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@11.1.2"
}