skills/element-ui/SKILL.md
Element UI 2.15.14 完整组件文档(el-开头的组件)和最佳实践指南。包含 60+ 组件的 API、示例代码和使用场景。适用于 Vue 2 + Element UI 项目开发。当用户需要:查找组件用法、查看组件 API、学习最佳实践、解决组件使用问题时触发。
npx skillsauth add caobingsheng/skills element-uiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Element UI 是一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库。
查找组件:根据需求选择查找方式
加载文档:根据组件分类加载对应的 reference 文件
references/components/<分类>/<组件名>.mdreferences/categories/<分类名>.mdreferences/index.md快速索引:需要查看完整组件列表时,加载 references/index.md
每个组件文档包含:
加载 references/categories/form.md,重点查看:Input、Select、Form 组件
加载 references/categories/data.md,重点查看:Table、Pagination 组件
加载 references/categories/others.md,重点查看:Dialog、Drawer 组件
加载 references/categories/notice.md,重点查看:Message、Notification 组件
加载 references/categories/navigation.md,重点查看:Menu、Tabs 组件
development
Use when working with tdd workflows tdd refactor
testing
Generate failing tests for the TDD red phase to define expected behavior and edge cases.
development
Implement the minimal code needed to make failing tests pass in the TDD green phase.
tools
Use when working with tdd workflows tdd cycle