docs(readme): align the homepage status banner with the public-beta message (#208)

The top-level README carried a terser "Status" banner, while
packages/runtime/README.md had the fuller "Public beta" banner that
actually conveys the call to action — seeking public feedback to lock
the @vue-tui/runtime API down before 1.0. Bring the homepage in sync so
both read identically.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Yunfei He
2026-06-20 13:43:43 +08:00
committed by GitHub
parent 1d26a23222
commit e25a89528b
+1 -1
View File
@@ -1,6 +1,6 @@
# vue-tui # vue-tui
> **Status** — the runtime API is stabilizing; the CLI and dev toolkit are still experimental and may change. Bug reports welcome. > **Public beta** — the `@vue-tui/runtime` API is stabilizing, and we're now seeking public feedback to lock it down before 1.0. The CLI and dev tooling remain experimental and may change. Feedback and bug reports are very welcome.
The Vue framework for terminal UIs. The Vue framework for terminal UIs.
Build with components, develop with HMR, test with confidence. Build with components, develop with HMR, test with confidence.