docs(readme): point Quick Start at the new vue-tui-starter/vite template (#231)

The starter repo now hosts templates in per-template subdirectories
(vuejs-ai/vue-tui-starter#2), so scaffold from the `vite` subdirectory. Also
correct the edit hint to the real path (src/app.vue).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-06-28 18:08:48 +08:00
committed by GitHub
parent de706817d0
commit e343f0df44
+2 -2
View File
@@ -26,13 +26,13 @@ Build with components, develop with HMR, test with confidence.
## Quick Start
```bash
npx tiged vuejs-ai/vue-tui-starter my-app
npx tiged vuejs-ai/vue-tui-starter/vite my-app
cd my-app
npm install
npm run dev # vite + @vue-tui/vite plugin, in-process terminal HMR
```
Edit `app.vue` and watch the terminal update instantly.
Edit `src/app.vue` and watch the terminal update instantly.
### Add to an existing project