Provides comprehensive guidance for uView Pro Vue 3 component library including components, tools, layouts, and templates. Use when the user asks about uView Pro, needs to build Vue 3 applications with uView Pro, or implement mobile-first UI 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-pro-vue3/SKILL.md -a claude-code --skill uview-pro-vue3Installation paths:
.claude/skills/uview-pro-vue3/## When to use this skill Use this skill whenever the user wants to: - Install and set up uView Pro in a uni-app project - Use uView Pro components in Vue 3 / uni-app applications - Configure uView Pro (theme, i18n, etc.) - Use form components (Button, Input, Form, etc.) - Use data display components (List, Card, etc.) - Use feedback components (Toast, Modal, etc.) - Use navigation components (Tabs, NavBar, etc.) - Use uView Pro tools and utilities - Use uView Pro layout templates - Customize component styles and themes - Handle component events - Understand uView Pro API and methods - Troubleshoot uView Pro issues ## How to use this skill This skill is organized to match the uView Pro official documentation structure (https://uviewpro.cn/, https://uviewpro.cn/zh/guide/intro.html, https://uviewpro.cn/zh/components/intro.html, https://uviewpro.cn/zh/tools/intro.html, https://uviewpro.cn/zh/layout/intro.html). When working with uView Pro: 1. **Identify the topic** from the user's request: - Installation/安装 → `examples/guide/installation.md` - Quick Start/快速开始 → `examples/guide/quick-start.md` - Components/组件 → `examples/components/` - Tools/工具 → `examples/tools/` - Layout/布局 → `examples/layout/` - API/API 文档 → `api/` 2. **Load the appropriate example file** from the `examples/` directory: **Guide (使用指南)**: - `examples/guide/intro.md` - Introduction - `examples/guide/installation.md` - Installation guide - `examples/guide/quick-start.md` - Quick start guide - `examples/guide/theme.md` - Theme customization - `examples/guide/i18n.md` - Internationalization - `examples/guide/config.md` - Configuration **Components (组件)**: - `examples/components/intro.md` - Components introduction - `examples/components/button.md` - Button component - `examples/components/input.md` - Input component - `examples/components/form.md` - Form component - `examples/components/list.md` - List component - `examples/components/card