Vue Term UI

The Modern Terminal UI Framework

README

Vue TermUI logo


npm package build status code coverage



Vue TermUI


Terminal User Interfaces powered by Vue


Build TUIs (Terminal User Interfaces) with ease and benefit from the best Developer Experience out there.


Features


- 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:

  1. ```bash
  2. # npm 6.x
  3. npm create vue-termui@latest my-vue-tui-app

  4. # npm 7+, extra double-dash is needed:
  5. npm create vue-termui@latest my-vue-tui-app

  6. # yarn
  7. yarn create vue-termui my-vue-tui-app

  8. # pnpm
  9. pnpm create vue-termui my-vue-tui-app
  10. ```

Help me keep working on this project 💚



Contributors



License