mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #81] [MERGED] Feat: vue renderer #1052
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1052
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/81
Author: @bhushan6
Created: 8/25/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @kommander
Base:
main← Head:feat/vue-renderer📝 Commits (10+)
1296619feat(vue-renderer): initial working implementationaf97371Merge branch 'main' into feat/vue-renderere47a727updates : examples84bc8f9refactores54567d1fixes : type issues386ecc8removes : unused types6a55984add : tab select examplef9ba638removes : logs717b9e1removes : console4eaca1dadds: command for running examples📊 Changes
24 files changed (+1420 additions, -8 deletions)
View changed files
📝
bun.lock(+69 -8)➕
packages/vue/.gitignore(+34 -0)➕
packages/vue/README.md(+130 -0)➕
packages/vue/bunconfig.toml(+9 -0)➕
packages/vue/example/ASCII.vue(+60 -0)➕
packages/vue/example/App.vue(+54 -0)➕
packages/vue/example/Counter.vue(+41 -0)➕
packages/vue/example/LoginForm.vue(+88 -0)➕
packages/vue/example/Styled-Text.vue(+21 -0)➕
packages/vue/example/TabSelect.vue(+38 -0)➕
packages/vue/example/main.ts(+4 -0)➕
packages/vue/index.ts(+16 -0)➕
packages/vue/package.json(+39 -0)➕
packages/vue/scripts/build-examples.ts(+30 -0)➕
packages/vue/scripts/build.ts(+183 -0)➕
packages/vue/scripts/publish.ts(+36 -0)➕
packages/vue/src/composables/useCliRenderer.ts(+13 -0)➕
packages/vue/src/elements.ts(+20 -0)➕
packages/vue/src/noOps.ts(+124 -0)➕
packages/vue/src/nodes.ts(+27 -0)...and 4 more files
📄 Description
Vue Renderer for OpenTUI
Key Points:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.