vuejs-ai

vuejs-ai / vue-tui

Public

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

14
0
89% credibility
Found May 25, 2026 at 17 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
TypeScript
AI Summary

Vue-tui is a framework that lets developers build interactive command-line applications using Vue's component model, enabling rich text-based user interfaces with flexbox layouts, keyboard handling, and instant development updates.

How It Works

1
💻 You want to build terminal apps with Vue

You discover a way to build interactive apps that live inside the terminal, using the same component patterns you already know from building websites.

2
📦 You start a new project with one click

You run a simple command to create a new project folder with everything already set up and ready to go.

3
🎨 You design your first screen with components

You arrange colorful boxes, text, and borders on screen using familiar Vue syntax — no new languages to learn.

4
Your app updates the moment you save

As soon as you save your changes, your terminal instantly shows the new version without restarting anything.

5
⌨️ You add interactive controls

You connect keyboard presses and arrow keys to make your app respond when someone types or navigates.

6
You choose how to finish
🧪
Test your app automatically

You write quick tests to verify your components work correctly, simulating keyboard input automatically.

🚀
Build and share your app

You run your finished app and share it with others to use in their terminal.

Your terminal app is live

Your interactive terminal application is complete and ready for others to install and use.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 17 to 14 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is vue-tui?

vue-tui is a framework for building interactive terminal applications using Vue 3. Instead of rendering to the DOM, it targets the terminal—giving you Vue's component model, reactivity, and composables for CLI development. You write `.vue` files with `