When to use this skill
Use this skill whenever the user wants to:
- Build mobile Vue 3 applications with Vant components
- Use Vant UI components (Button, Cell, Form, Dialog, Toast, etc.)
- Create mobile-friendly interfaces
- Customize Vant theme
- Implement internationalization with Vant
- Use Vant with TypeScript
- Handle mobile gestures and interactions
- Implement mobile navigation patterns
- Use mobile form components
- Create mobile data display components
How to use this skill
This skill is organized to match the Vant Vue 3.0 official documentation structure (
https://vant-ui.github.io/vant/#/zh-CN). When working with Vant:
-
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
- Cell/单元格 →
examples/components/cell.md
- Form/表单 →
examples/components/form.md
- Dialog/对话框 →
examples/components/dialog.md
- Toast/提示 →
examples/components/toast.md
- Popup/弹出层 →
examples/components/popup.md
- Theme/主题 →
examples/advanced/theme-customization.md
-
Load the appropriate example file from the
directory:
Getting Started (快速开始) - examples/getting-started/
:
examples/getting-started/installation.md
- Installing Vant and basic setup
examples/getting-started/basic-usage.md
- Basic component usage
examples/components/button.md
- Button component
examples/components/cell.md
- Cell component
examples/components/icon.md
- Icon component
examples/components/image.md
- Image component
examples/components/popup.md
- Popup component
examples/components/toast.md
- Toast component
examples/components/dialog.md
- Dialog component
examples/components/form.md
- Form component
examples/components/field.md
- Field component
examples/components/picker.md
- Picker component
examples/components/calendar.md
- Calendar component
examples/components/tabs.md
- Tabs component
examples/components/tabbar.md
- Tabbar component
examples/components/navbar.md
- Navbar component
examples/components/list.md
- List component
examples/components/grid.md
- Grid component
examples/components/card.md
- Card component
examples/components/badge.md
- Badge component
examples/components/loading.md
- Loading component
examples/components/action-sheet.md
- ActionSheet component
examples/advanced/theme-customization.md
- Customizing Vant theme
examples/advanced/internationalization.md
- Internationalization setup
examples/advanced/typescript.md
- TypeScript support
-
Follow the specific instructions in that example file for syntax, structure, and best practices
Important Notes:
- All examples follow Vant Vue 3.0 API
- Examples use Composition API syntax
- Each example file includes key concepts, code examples, and key points
- Always check the example file for best practices and common patterns
- Vant is optimized for mobile devices
-
Reference API documentation in the
directory when needed:
- - Component API reference
- - ConfigProvider API
- - Composition Hooks API
-
Use templates from the
directory:
templates/project-setup.md
- Project setup templates
templates/component-template.md
- Component usage templates
Doc mapping (one-to-one with official documentation)
Guide (指南):
- See guide files in or
examples/getting-started/
→ https://vant-ui.github.io/vant/#/zh-CN
Components (组件):
Examples and Templates
This skill includes detailed examples organized to match the official documentation structure. All examples are in the
directory (see mapping above).
To use examples:
- Identify the topic from the user's request
- Load the appropriate example file from the mapping above
- Follow the instructions, syntax, and best practices in that file
- Adapt the code examples to your specific use case
To use templates:
- Reference templates in directory for common scaffolding
- Adapt templates to your specific needs and coding style
API Reference
Detailed API documentation is available in the
directory, organized to match the official Vant Vue 3.0 API documentation structure:
Components API ()
- All component props and APIs
- Component events and slots
- Component types and interfaces
ConfigProvider API ()
- ConfigProvider component API
- Global configuration options
- Theme configuration
Hooks API ()
- Composition hooks (useClickAway, useWindowSize, etc.)
- Utility hooks
To use API reference:
- Identify the API you need help with
- Load the corresponding API file from the directory
- Find the API signature, parameters, return type, and examples
- Reference the linked example files for detailed usage patterns
- All API files include links to relevant example files in the directory
Best Practices
- Import Vant CSS: Import Vant CSS in your entry file
- Use Composition API: Prefer Composition API for Vue 3 projects
- Tree-shaking: Import components individually for better tree-shaking
- Mobile-first: Design for mobile devices first
- Touch interactions: Consider touch gestures and interactions
- Performance: Optimize for mobile performance
- Theme customization: Use CSS variables for consistent theming
- Internationalization: Use ConfigProvider with locale for i18n
- TypeScript: Use TypeScript for better type safety
- Component composition: Compose components for complex UIs
Resources
Keywords
Vant, Vant Vue 3, mobile UI, Vue 3, components, Button, Cell, Form, Dialog, Toast, Popup, Tabs, Tabbar, Navbar, theme, customization, internationalization, i18n, TypeScript, 组件库, 按钮, 单元格, 表单, 对话框, 提示, 弹出层, 标签页, 标签栏, 导航栏, 主题定制, 国际化