·vue

用于 json-render 的 Vue 3 渲染器。在根据 JSON 规范构建 Vue UI、使用 @json-render/vue、定义 Vue 组件注册表或在 Vue 中渲染 AI 生成的规范时使用。

25安装·8热度·@vercel-labs

安装

$npx skills add https://github.com/vercel-labs/json-render --skill vue

如何安装 vue

通过命令行快速安装 vue AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/vercel-labs/json-render --skill vue
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:vercel-labs/json-render。

SKILL.md

查看原文

Vue 3 renderer that converts JSON specs into Vue component trees with data binding, visibility, and actions.

| StateProvider | Share state across components (JSON Pointer paths). Accepts initialState or store for controlled mode. | | ActionProvider | Handle actions dispatched via the event system | | VisibilityProvider | Enable conditional rendering based on state | | ValidationProvider | Form field validation |

| useStateStore() | Access state context (state as ShallowRef, get, set, update) | | useStateValue(path) | Get single value from state | | useIsVisible(condition) | Check if a visibility condition is met | | useActions() | Access action context | | useAction(binding) | Get a single action dispatch function |

用于 json-render 的 Vue 3 渲染器。在根据 JSON 规范构建 Vue UI、使用 @json-render/vue、定义 Vue 组件注册表或在 Vue 中渲染 AI 生成的规范时使用。 来源:vercel-labs/json-render。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/vercel-labs/json-render --skill vue
分类
</>开发工具
认证
收录时间
2026-03-09
更新时间
2026-03-10

Browse more skills from vercel-labs/json-render

快速解答

什么是 vue?

用于 json-render 的 Vue 3 渲染器。在根据 JSON 规范构建 Vue UI、使用 @json-render/vue、定义 Vue 组件注册表或在 Vue 中渲染 AI 生成的规范时使用。 来源:vercel-labs/json-render。

如何安装 vue?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/vercel-labs/json-render --skill vue 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/vercel-labs/json-render