AI AGENT ADDONS

@json-render/vue helps you build Vue user interfaces from simple JSON descriptions. You can define components, state, and actions in a structured way. This is useful when you need to create dynamic UIs that change based on data or AI-generated specs.

With this tool, you write a catalog of components and a registry with render functions. Then you feed a JSON spec to a Renderer component. The renderer turns your JSON into a live Vue component tree with data binding and event handling.

You get built-in providers for state management, actions, visibility, and validation. It works with Vue 3 and supports external stores like Pinia.

Add Vue skill to your workflow

Global

mkdir -p ~/.claude/skills/vue

Project

mkdir -p .claude/skills/vue

Source Repository

Stars
15,587
Forks
841
Watchers
15,587
License
Apache-2.0
Last Push
2 months ago
Created
7 months ago