abfdf89e3e
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1.1 KiB
1.1 KiB
vue-tui
Terminal UI framework built on Vue and Vite. Components, layout, focus, HMR, and testing out of the box.
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.