vue3 by teachingai/full-stack-skills
npx skills add https://github.com/teachingai/full-stack-skills --skill vue3当用户希望进行以下操作时,请使用此技能:
examples/ 目录下打开对应的示例文件。api/ 目录下打开对应的文件。快速上手
examples/getting-started/introduction.md → https://cn.vuejs.org/guide/introduction.htmlexamples/getting-started/quick-start.md → https://cn.vuejs.org/guide/quick-start.html广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
基础
examples/essentials/application.md → https://cn.vuejs.org/guide/essentials/application.htmlexamples/essentials/template-syntax.md → https://cn.vuejs.org/guide/essentials/template-syntax.htmlexamples/essentials/reactivity-fundamentals.md → https://cn.vuejs.org/guide/essentials/reactivity-fundamentals.htmlexamples/essentials/computed.md → https://cn.vuejs.org/guide/essentials/computed.htmlexamples/essentials/class-and-style.md → https://cn.vuejs.org/guide/essentials/class-and-style.htmlexamples/essentials/conditional.md → https://cn.vuejs.org/guide/essentials/conditional.htmlexamples/essentials/list.md → https://cn.vuejs.org/guide/essentials/list.htmlexamples/essentials/event-handling.md → https://cn.vuejs.org/guide/essentials/event-handling.htmlexamples/essentials/forms.md → https://cn.vuejs.org/guide/essentials/forms.htmlexamples/essentials/watchers.md → https://cn.vuejs.org/guide/essentials/watchers.htmlexamples/essentials/template-refs.md → https://cn.vuejs.org/guide/essentials/template-refs.htmlexamples/essentials/component-basics.md → https://cn.vuejs.org/guide/essentials/component-basics.htmlexamples/essentials/lifecycle.md → https://cn.vuejs.org/guide/essentials/lifecycle.html深入组件
examples/components/registration.md → https://cn.vuejs.org/guide/components/registration.htmlexamples/components/props.md → https://cn.vuejs.org/guide/components/props.htmlexamples/components/events.md → https://cn.vuejs.org/guide/components/events.htmlexamples/components/v-model.md → https://cn.vuejs.org/guide/components/v-model.htmlexamples/components/attrs.md → https://cn.vuejs.org/guide/components/attrs.htmlexamples/components/slots.md → https://cn.vuejs.org/guide/components/slots.htmlexamples/components/provide-inject.md → https://cn.vuejs.org/guide/components/provide-inject.htmlexamples/components/async.md → https://cn.vuejs.org/guide/components/async.html可复用性
examples/reusability/composables.md → https://cn.vuejs.org/guide/reusability/composables.htmlexamples/reusability/custom-directives.md → https://cn.vuejs.org/guide/reusability/custom-directives.htmlexamples/reusability/plugins.md → https://cn.vuejs.org/guide/reusability/plugins.html内置组件
examples/built-ins/transition.md → https://cn.vuejs.org/guide/built-ins/transition.htmlexamples/built-ins/transition-group.md → https://cn.vuejs.org/guide/built-ins/transition-group.htmlexamples/built-ins/keep-alive.md → https://cn.vuejs.org/guide/built-ins/keep-alive.htmlexamples/built-ins/teleport.md → https://cn.vuejs.org/guide/built-ins/teleport.htmlexamples/built-ins/suspense.md → https://cn.vuejs.org/guide/built-ins/suspense.html规模化
examples/scaling-up/sfc.md → https://cn.vuejs.org/guide/scaling-up/sfc.htmlexamples/scaling-up/tooling.md → https://cn.vuejs.org/guide/scaling-up/tooling.htmlexamples/scaling-up/routing.md → https://cn.vuejs.org/guide/scaling-up/routing.htmlexamples/scaling-up/state-management.md → https://cn.vuejs.org/guide/scaling-up/state-management.htmlexamples/scaling-up/testing.md → https://cn.vuejs.org/guide/scaling-up/testing.htmlexamples/scaling-up/ssr.md → https://cn.vuejs.org/guide/scaling-up/ssr.html最佳实践
examples/best-practices/production-deployment.md → https://cn.vuejs.org/guide/best-practices/production-deployment.htmlexamples/best-practices/performance.md → https://cn.vuejs.org/guide/best-practices/performance.htmlexamples/best-practices/accessibility.md → https://cn.vuejs.org/guide/best-practices/accessibility.htmlexamples/best-practices/security.md → https://cn.vuejs.org/guide/best-practices/security.htmlTypeScript
examples/typescript/overview.md → https://cn.vuejs.org/guide/typescript/overview.htmlexamples/typescript/composition-api.md → https://cn.vuejs.org/guide/typescript/composition-api.htmlexamples/typescript/options-api.md → https://cn.vuejs.org/guide/typescript/options-api.html进阶主题
examples/extras/ways-of-using-vue.md → https://cn.vuejs.org/guide/extras/ways-of-using-vue.htmlexamples/extras/composition-api-faq.md → https://cn.vuejs.org/guide/extras/composition-api-faq.htmlexamples/extras/reactivity-in-depth.md → https://cn.vuejs.org/guide/extras/reactivity-in-depth.htmlexamples/extras/rendering-mechanism.md → https://cn.vuejs.org/guide/extras/rendering-mechanism.htmlexamples/extras/render-function.md → https://cn.vuejs.org/guide/extras/render-function.htmlexamples/extras/web-components.md → https://cn.vuejs.org/guide/extras/web-components.htmlexamples/extras/animation.md → https://cn.vuejs.org/guide/extras/animation.html全局 API
api/application.md → https://cn.vuejs.org/api/application.htmlapi/general.md → https://cn.vuejs.org/api/general.html组合式 API
api/composition-api-setup.md → https://cn.vuejs.org/api/composition-api-setup.htmlapi/reactivity-core.md → https://cn.vuejs.org/api/reactivity-core.htmlapi/reactivity-utilities.md → https://cn.vuejs.org/api/reactivity-utilities.htmlapi/reactivity-advanced.md → https://cn.vuejs.org/api/reactivity-advanced.htmlapi/composition-api-lifecycle.md → https://cn.vuejs.org/api/composition-api-lifecycle.htmlapi/composition-api-dependency-injection.md → https://cn.vuejs.org/api/composition-api-dependency-injection.htmlapi/composition-api-helpers.md → https://cn.vuejs.org/api/composition-api-helpers.html选项式 API
api/options-state.md → https://cn.vuejs.org/api/options-state.htmlapi/options-rendering.md → https://cn.vuejs.org/api/options-rendering.htmlapi/options-lifecycle.md → https://cn.vuejs.org/api/options-lifecycle.htmlapi/options-composition.md → https://cn.vuejs.org/api/options-composition.htmlapi/options-misc.md → https://cn.vuejs.org/api/options-misc.htmlapi/component-instance.md → https://cn.vuejs.org/api/component-instance.html内置内容
api/built-in-directives.md → https://cn.vuejs.org/api/built-in-directives.htmlapi/built-in-components.md → https://cn.vuejs.org/api/built-in-components.htmlapi/built-in-special-elements.md → https://cn.vuejs.org/api/built-in-special-elements.htmlapi/built-in-special-attributes.md → https://cn.vuejs.org/api/built-in-special-attributes.html单文件组件
api/sfc-spec.md → https://cn.vuejs.org/api/sfc-spec.htmlapi/sfc-script-setup.md → https://cn.vuejs.org/api/sfc-script-setup.htmlapi/sfc-css-features.md → https://cn.vuejs.org/api/sfc-css-features.html进阶 API
api/custom-elements.md → https://cn.vuejs.org/api/custom-elements.htmlapi/render-function.md → https://cn.vuejs.org/api/render-function.htmlapi/ssr.md → https://cn.vuejs.org/api/ssr.htmlapi/utility-types.md → https://cn.vuejs.org/api/utility-types.htmlapi/custom-renderer.md → https://cn.vuejs.org/api/custom-renderer.htmlapi/compile-time-flags.md → https://cn.vuejs.org/api/compile-time-flags.htmlVue 3, Vue.js, Composition API, Options API, reactivity, template syntax, components, directives, lifecycle, routing, state management, TypeScript
每周安装量
306
代码仓库
GitHub 星标数
205
首次出现
2026年1月24日
安全审计
已安装于
opencode259
gemini-cli247
codex247
github-copilot233
cursor216
amp214
Use this skill whenever the user wants to:
examples/.api/.Getting Started
examples/getting-started/introduction.md → https://cn.vuejs.org/guide/introduction.htmlexamples/getting-started/quick-start.md → https://cn.vuejs.org/guide/quick-start.htmlEssentials
examples/essentials/application.md → https://cn.vuejs.org/guide/essentials/application.htmlexamples/essentials/template-syntax.md → https://cn.vuejs.org/guide/essentials/template-syntax.htmlexamples/essentials/reactivity-fundamentals.md → https://cn.vuejs.org/guide/essentials/reactivity-fundamentals.htmlexamples/essentials/computed.md → https://cn.vuejs.org/guide/essentials/computed.htmlexamples/essentials/class-and-style.md → https://cn.vuejs.org/guide/essentials/class-and-style.htmlexamples/essentials/conditional.md → Components In-Depth
examples/components/registration.md → https://cn.vuejs.org/guide/components/registration.htmlexamples/components/props.md → https://cn.vuejs.org/guide/components/props.htmlexamples/components/events.md → https://cn.vuejs.org/guide/components/events.htmlexamples/components/v-model.md → https://cn.vuejs.org/guide/components/v-model.htmlexamples/components/attrs.md → https://cn.vuejs.org/guide/components/attrs.htmlexamples/components/slots.md → https://cn.vuejs.org/guide/components/slots.htmlReusability
examples/reusability/composables.md → https://cn.vuejs.org/guide/reusability/composables.htmlexamples/reusability/custom-directives.md → https://cn.vuejs.org/guide/reusability/custom-directives.htmlexamples/reusability/plugins.md → https://cn.vuejs.org/guide/reusability/plugins.htmlBuilt-in Components
examples/built-ins/transition.md → https://cn.vuejs.org/guide/built-ins/transition.htmlexamples/built-ins/transition-group.md → https://cn.vuejs.org/guide/built-ins/transition-group.htmlexamples/built-ins/keep-alive.md → https://cn.vuejs.org/guide/built-ins/keep-alive.htmlexamples/built-ins/teleport.md → https://cn.vuejs.org/guide/built-ins/teleport.htmlexamples/built-ins/suspense.md → https://cn.vuejs.org/guide/built-ins/suspense.htmlScaling Up
examples/scaling-up/sfc.md → https://cn.vuejs.org/guide/scaling-up/sfc.htmlexamples/scaling-up/tooling.md → https://cn.vuejs.org/guide/scaling-up/tooling.htmlexamples/scaling-up/routing.md → https://cn.vuejs.org/guide/scaling-up/routing.htmlexamples/scaling-up/state-management.md → https://cn.vuejs.org/guide/scaling-up/state-management.htmlexamples/scaling-up/testing.md → https://cn.vuejs.org/guide/scaling-up/testing.htmlexamples/scaling-up/ssr.md → https://cn.vuejs.org/guide/scaling-up/ssr.htmlBest Practices
examples/best-practices/production-deployment.md → https://cn.vuejs.org/guide/best-practices/production-deployment.htmlexamples/best-practices/performance.md → https://cn.vuejs.org/guide/best-practices/performance.htmlexamples/best-practices/accessibility.md → https://cn.vuejs.org/guide/best-practices/accessibility.htmlexamples/best-practices/security.md → https://cn.vuejs.org/guide/best-practices/security.htmlTypeScript
examples/typescript/overview.md → https://cn.vuejs.org/guide/typescript/overview.htmlexamples/typescript/composition-api.md → https://cn.vuejs.org/guide/typescript/composition-api.htmlexamples/typescript/options-api.md → https://cn.vuejs.org/guide/typescript/options-api.htmlExtra Topics
examples/extras/ways-of-using-vue.md → https://cn.vuejs.org/guide/extras/ways-of-using-vue.htmlexamples/extras/composition-api-faq.md → https://cn.vuejs.org/guide/extras/composition-api-faq.htmlexamples/extras/reactivity-in-depth.md → https://cn.vuejs.org/guide/extras/reactivity-in-depth.htmlexamples/extras/rendering-mechanism.md → https://cn.vuejs.org/guide/extras/rendering-mechanism.htmlexamples/extras/render-function.md → https://cn.vuejs.org/guide/extras/render-function.htmlexamples/extras/web-components.md → Global API
api/application.md → https://cn.vuejs.org/api/application.htmlapi/general.md → https://cn.vuejs.org/api/general.htmlComposition API
api/composition-api-setup.md → https://cn.vuejs.org/api/composition-api-setup.htmlapi/reactivity-core.md → https://cn.vuejs.org/api/reactivity-core.htmlapi/reactivity-utilities.md → https://cn.vuejs.org/api/reactivity-utilities.htmlapi/reactivity-advanced.md → https://cn.vuejs.org/api/reactivity-advanced.htmlapi/composition-api-lifecycle.md → https://cn.vuejs.org/api/composition-api-lifecycle.htmlapi/composition-api-dependency-injection.md → https://cn.vuejs.org/api/composition-api-dependency-injection.htmlOptions API
api/options-state.md → https://cn.vuejs.org/api/options-state.htmlapi/options-rendering.md → https://cn.vuejs.org/api/options-rendering.htmlapi/options-lifecycle.md → https://cn.vuejs.org/api/options-lifecycle.htmlapi/options-composition.md → https://cn.vuejs.org/api/options-composition.htmlapi/options-misc.md → https://cn.vuejs.org/api/options-misc.htmlapi/component-instance.md → https://cn.vuejs.org/api/component-instance.htmlBuilt-ins
api/built-in-directives.md → https://cn.vuejs.org/api/built-in-directives.htmlapi/built-in-components.md → https://cn.vuejs.org/api/built-in-components.htmlapi/built-in-special-elements.md → https://cn.vuejs.org/api/built-in-special-elements.htmlapi/built-in-special-attributes.md → https://cn.vuejs.org/api/built-in-special-attributes.htmlSingle-File Component
api/sfc-spec.md → https://cn.vuejs.org/api/sfc-spec.htmlapi/sfc-script-setup.md → https://cn.vuejs.org/api/sfc-script-setup.htmlapi/sfc-css-features.md → https://cn.vuejs.org/api/sfc-css-features.htmlAdvanced APIs
api/custom-elements.md → https://cn.vuejs.org/api/custom-elements.htmlapi/render-function.md → https://cn.vuejs.org/api/render-function.htmlapi/ssr.md → https://cn.vuejs.org/api/ssr.htmlapi/utility-types.md → https://cn.vuejs.org/api/utility-types.htmlapi/custom-renderer.md → https://cn.vuejs.org/api/custom-renderer.htmlapi/compile-time-flags.md → https://cn.vuejs.org/api/compile-time-flags.htmlVue 3, Vue.js, Composition API, Options API, reactivity, template syntax, components, directives, lifecycle, routing, state management, TypeScript
Weekly Installs
306
Repository
GitHub Stars
205
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode259
gemini-cli247
codex247
github-copilot233
cursor216
amp214
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
105,000 周安装
examples/essentials/list.md → https://cn.vuejs.org/guide/essentials/list.htmlexamples/essentials/event-handling.md → https://cn.vuejs.org/guide/essentials/event-handling.htmlexamples/essentials/forms.md → https://cn.vuejs.org/guide/essentials/forms.htmlexamples/essentials/watchers.md → https://cn.vuejs.org/guide/essentials/watchers.htmlexamples/essentials/template-refs.md → https://cn.vuejs.org/guide/essentials/template-refs.htmlexamples/essentials/component-basics.md → https://cn.vuejs.org/guide/essentials/component-basics.htmlexamples/essentials/lifecycle.md → https://cn.vuejs.org/guide/essentials/lifecycle.htmlexamples/components/provide-inject.md → https://cn.vuejs.org/guide/components/provide-inject.htmlexamples/components/async.md → https://cn.vuejs.org/guide/components/async.htmlexamples/extras/animation.md → https://cn.vuejs.org/guide/extras/animation.htmlapi/composition-api-helpers.md → https://cn.vuejs.org/api/composition-api-helpers.html