avue-form
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Create configuration-driven forms with Avue Form
- Define form fields with types (input, select, date, checkbox, upload, etc.)
- Implement form validation rules
- Build dynamic forms, form groups, or tabbed form layouts
- Handle form submit, reset, and field change events
How to use this skill
Workflow
- Install -
npm install @avue/formand register withVue.use(Avue) - Define option - Configure columns with labels, props, types, and rules
- Bind v-model - Two-way bind the form data object
- Handle events - Listen for @submit, @reset-change, and field-level events