2b7d1250f42bec29c5823b9d518f24daaa51dd4b
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
vue-tui
Vue-idiomatic terminal UI — a monorepo providing @vue-tui/runtime (terminal renderer) and @vue-tui/testing (test harness).
Packages
@vue-tui/runtime— Vue terminal renderer.@vue-tui/testing— test harness for@vue-tui/runtime.
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.
Description
Languages
TypeScript
99.2%
Vue
0.7%