Terminal User Interfaces powered by Vue
Build TUIs (Terminal User Interfaces) with ease and benefit from the best Developer Experience out there.
- Dev Server with instant HMR (Hot Module Replacement)
.vue
files support out of the box- Flexbox-like layouts
- Keyboard handling
- Mouse handling
- Focus management
- Simple bundling
Get started now with a template:
# npm 6.x
npm create vue-termui@latest my-vue-tui-app
# npm 7+, extra double-dash is needed:
npm create vue-termui@latest my-vue-tui-app
# yarn
yarn create vue-termui my-vue-tui-app
# pnpm
pnpm create vue-termui my-vue-tui-app