vuejs-ai / vue-jsx-best-practices
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/vue-jsx-best-practices && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1181" && unzip -o skill.zip -d .claude/skills/vue-jsx-best-practices && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/vue-jsx-best-practices/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
JSX syntax in Vue (e.g., class vs className, JSX plugin config).
0 views
0 installs
Skill Content
--- name: vue-jsx-best-practices description: JSX syntax in Vue (e.g., class vs className, JSX plugin config). version: 2.0.0 license: MIT author: github.com/vuejs-ai --- Vue JSX best practices and differences from React JSX. ### JSX - Migrating React JSX code to Vue or getting attribute type errors → See [render-function-jsx-vue-vs-react](reference/render-function-jsx-vue-vs-react.md)