ant-design-vue
34
总安装量
35
周安装量
#6069
全站排名
安装命令
npx skills add https://github.com/teachingai/full-stack-skills --skill ant-design-vue
Agent 安装分布
opencode
29
claude-code
27
gemini-cli
27
cursor
22
trae
21
Skill 文档
When to use this skill
ALWAYS use this skill when the user mentions:
- “Ant Design Vue”, “AntDV”, “Ant Design of Vue”
- Building Vue 3 applications with Ant Design
- Using UI components like Button, Table, Form, Modal, Menu in a Vue context
- “Ant Design Vue 4.x”, “AntDV 4”
- Requests to “implement a [component] with Ant Design Vue”
- Requests for Ant Design Vue API or configuration
How to use this skill
This skill is organized to match the Ant Design Vue official documentation structure.
1. Identify the User’s Need
- Getting Started/Setup â
examples/getting-started/installation.mdortemplates/project-setup.md - Component Usage â See Component Categories below
- API Reference â
api/components.mdorapi/config-provider.md - Theme/i18n â
examples/advanced/ - Templates â
templates/component-template.md
2. Component Categories (One-to-One Mapping)
éç¨ (General)
- Contains: Button, Icon, Typography
- File:
examples/components/general.md
å¸å± (Layout)
- Contains: Divider, Grid, Layout, Space
- File:
examples/components/layout.md
å¯¼èª (Navigation)
- Contains: Anchor, Breadcrumb, Dropdown, Menu, Pagination, Steps
- File:
examples/components/navigation.md
æ°æ®å½å ¥ (Data Entry)
- Contains: AutoComplete, Cascader, Checkbox, DatePicker, Form, Input, InputNumber, Mentions, Radio, Rate, Select, Slider, Switch, TimePicker, Transfer, TreeSelect, Upload
- File:
examples/components/data-entry.md
æ°æ®å±ç¤º (Data Display)
- Contains: Avatar, Badge, Calendar, Card, Carousel, Collapse, Descriptions, Empty, Image, List, Popover, QRCode, Segmented, Statistic, Table, Tabs, Tag, Timeline, Tooltip, Tour, Tree
- File:
examples/components/data-display.md
åé¦ (Feedback)
- Contains: Alert, Drawer, Message, Modal, Notification, Popconfirm, Progress, Result, Skeleton, Spin, Watermark
- File:
examples/components/feedback.md
å ¶ä» (Other)
- Contains: Affix, App, BackTop, ConfigProvider, FloatButton
- File:
examples/components/other.md
3. API & Advanced Topics
- Components API:
api/components.md(Props, Events for common components) - ConfigProvider API:
api/config-provider.md(Global config, Theme) - Theme Customization:
examples/advanced/theme-customization.md(Design Token) - Internationalization:
examples/advanced/internationalization.md
4. Templates
- Component Templates:
templates/component-template.md(Basic, Form, Modal patterns) - Project Setup:
templates/project-setup.md(Vite, Main.ts, App.vue setup)