Provides comprehensive guidance for Layui Vue component library including components, layer dialogs, and utilities. Use when the user asks about Layui Vue, needs to use Layui components in Vue 3, or implement 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/layui-vue3/SKILL.md -a claude-code --skill layui-vue3Installation paths:
.claude/skills/layui-vue3/## When to use this skill Use this skill whenever the user wants to: - Install and set up Layui Vue in a Vue 3 project - Use Layui Vue components (Button, Table, DatePicker, etc.) - Configure Layui Vue (theme, i18n, etc.) - Use Layer component for modals and dialogs - Implement forms with Layui Vue components - Use data tables with sorting and pagination - Handle file uploads - Create dropdowns and tooltips - Use date and time pickers - Customize component styles - Understand Layui Vue API and methods - Troubleshoot Layui Vue issues ## How to use this skill 1. **Identify the topic** from the user's request and find the corresponding example file in the mapping below 2. **Load the appropriate example file** from the `examples/` directory 3. **Follow the specific instructions** in that example file for syntax, structure, and best practices ### Doc mapping (one-to-one with https://www.layui-vue.com/zh-CN/) **Guide (指南)**: - `examples/getting-started.md` → https://www.layui-vue.com/zh-CN/index - `examples/introduce.md` → https://www.layui-vue.com/zh-CN/guide/introduce **Components (组件)** - `examples/components/`: - See component files in `examples/components/` directory - Each component file maps to https://www.layui-vue.com/zh-CN/components/[component-name] **Important Notes**: - Layui Vue is built for Vue 3 - Components use Composition API - Supports TypeScript - Examples include both JavaScript and TypeScript versions - Each example file includes key concepts, code examples, and key points 4. **Reference API documentation** in the `api/` directory when needed: - `api/layer-api.md` - Layer API methods - `api/component-api.md` - Component API reference 5. **Use templates** from the `templates/` directory: - `templates/installation.md` - Installation templates - `templates/component-usage.md` - Component usage templates ### 1. Understanding Layui Vue Layui Vue is a Vue 3 component library that provides a rich set of UI componen