Provides comprehensive guidance for uView Vue 2 component library including components, tools, and layouts. Use when the user asks about uView for Vue 2, needs to build Vue 2 applications with uView, or use uView components.
View on GitHubpartme-ai/full-stack-skills
development-skills-utils
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/partme-ai/full-stack-skills/blob/main/skills/uview-vue2/SKILL.md -a claude-code --skill uview-vue2Installation paths:
.claude/skills/uview-vue2/## When to use this skill Use this skill whenever the user wants to: - Build uni-app applications with uView UI components - Use uView UI components (Button, Input, Form, Table, Modal, etc.) - Use uView UI tools ($u.toast, $u.http, etc.) - Customize uView UI theme - Integrate uView UI with uni-app - Create responsive layouts with uView UI - Use uView UI form components - Display data with uView UI components - Handle navigation with uView UI - Use uView UI utilities and helpers ## How to use this skill This skill is organized to match the uView UI official documentation structure (https://www.uviewui.com/guide/demo.html, https://www.uviewui.com/components/intro.html). When working with uView UI: 1. **Identify the topic** from the user's request: - Getting started/快速开始 → `examples/getting-started/installation.md` or `examples/getting-started/basic-usage.md` - Button/按钮 → `examples/components/button.md` - Input/输入框 → `examples/components/input.md` - Form/表单 → `examples/components/form.md` - Table/表格 → `examples/components/table.md` - Modal/模态框 → `examples/components/modal.md` - Toast/提示 → `examples/tools/toast.md` - Http/请求 → `examples/tools/http.md` - Theme/主题 → `examples/advanced/theme-customization.md` 2. **Load the appropriate example file** from the `examples/` directory: **Getting Started (快速开始) - `examples/getting-started/`**: - `examples/getting-started/installation.md` - Installing uView UI and basic setup - `examples/getting-started/basic-usage.md` - Basic component usage - `examples/getting-started/design-principles.md` - Design principles and best practices **Components (组件) - `examples/components/`**: - `examples/components/button.md` - Button component - `examples/components/input.md` - Input component - `examples/components/form.md` - Form component - `examples/components/table.md` - Table component - `examples/components/modal.md` - Modal component - `examples/components/toast.md` - Toa