avue-crud

Installation
SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • Build CRUD tables with Avue (create, read, update, delete)
  • Configure table columns, pagination, search, and sorting
  • Handle row events (@row-save, @row-update, @row-del)
  • Export table data or implement batch operations
  • Add form validation inside CRUD table dialogs

How to use this skill

Workflow

  1. Define the option object - Configure columns, table behavior, and form rules
  2. Bind data and page - Connect data array and pagination to the component
  3. Handle events - Implement save, update, and delete event handlers
  4. Load detailed examples - Each feature has a file in examples/

Quick-Start Example: CRUD Table with Pagination

Related skills

More from teachingai/full-stack-skills

Installs
47
GitHub Stars
381
First Seen
Jan 24, 2026