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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user