vue3

📁 teachingai/full-stack-skills 📅 Jan 24, 2026
97
总安装量
97
周安装量
#2365
全站排名
安装命令
npx skills add https://github.com/teachingai/full-stack-skills --skill vue3

Agent 安装分布

opencode 68
claude-code 59
gemini-cli 57
codex 57
github-copilot 45
antigravity 40

Skill 文档

When to use this skill

Use this skill whenever the user wants to:

  • Learn or apply Vue 3 guide topics (from Introduction to advanced extras)
  • Implement Vue 3 components, reactivity, templates, and routing
  • Follow Vue 3 best practices, TypeScript usage, or performance guidance
  • Check Vue 3 API reference for specific functions or options

How to use this skill

  1. Identify the topic from the user request.
  2. Open the matching guide example file in examples/.
  3. If API details are needed, open the matching file in api/.
  4. Follow the official guidance and keep outputs consistent with Vue 3 documentation.

Guide mapping (one-to-one with Guide pages)

Getting Started

Essentials

Components In-Depth

Reusability

Built-in Components

Scaling Up

Best Practices

TypeScript

Extra Topics

API mapping (one-to-one with API pages)

Global API

Composition API

Options API

Built-ins

Single-File Component

Advanced APIs

Resources

Keywords

Vue 3, Vue.js, Composition API, Options API, reactivity, template syntax, components, directives, lifecycle, routing, state management, TypeScript