Files
vue-tui/README.md
T
Yunfei He abfdf89e3e docs: update README tagline
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 21:45:29 +08:00

1.1 KiB

vue-tui

Terminal UI framework built on Vue and Vite. Components, layout, focus, HMR, and testing out of the box.

Packages

Development

  • Check everything is ready:
vp run ready
  • Run the tests:
vp run -r test
  • Build the monorepo:
vp run -r build
  • Run the development server:
vp run dev

Credits

vue-tui started as a Vue port of Ink, the library that proved terminal UIs could be built with the same component patterns we use on the web. The component model, yoga-based layout, focus system, rendering pipeline — all of it originates in Ink's design, adapted to follow Vue's philosophy and conventions. Thank you to Vadim Demedes, Sindre Sorhus, and the Ink contributors for creating such a solid foundation.