avue-crud
Provides comprehensive guidance for Avue CRUD component including table operations, form handling, and data management. Use when the user asks about Avue CRUD, needs to implement table CRUD operations, or build data management interfaces.
Provides comprehensive guidance for Avue CRUD component including table operations, form handling, and data management. Use when the user asks about Avue CRUD, needs to implement table CRUD operations, or build data management interfaces.
Use this skill whenever the user wants to:
This skill is organized to match the Avue CRUD official documentation structure (https://avuejs.com/crud/crud-doc.html). When working with Avue CRUD:
Identify the topic from the user's request:
examples/getting-started/basic-usage.md or examples/getting-started/configuration.mdexamples/features/columns.mdexamples/features/crud-operations.mdexamples/features/pagination.mdexamples/features/search.mdexamples/features/export.mdexamples/advanced/ directoryLoad the appropriate example file from the examples/ directory:
Getting Started (快速开始) - examples/getting-started/:
examples/getting-started/basic-usage.md - Basic CRUD usageexamples/getting-started/configuration.md - CRUD configuration optionsFeatures (功能特性) - examples/features/:
examples/features/columns.md - Column configurationexamples/features/crud-operations.md - CRUD operations (add, edit, delete)examples/features/pagination.md - Pagination configurationexamples/features/search.md - Search functionalityexamples/features/sorting.md - Sorting configurationexamples/features/selection.md - Row selectionexamples/features/export.md - Data exportexamples/features/form-config.md - Form configuration in CRUDAdvanced (高级) - examples/advanced/:
examples/advanced/custom-operations.md - Custom operationsexamples/advanced/column-types.md - Different column typesexamples/advanced/validation.md - Form validation in CRUDexamples/advanced/events.md - Event handlingFollow the specific instructions in that example file for syntax, structure, and best practices
Important Notes:
Reference API documentation in the api/ directory when needed:
api/crud-api.md - CRUD component API referenceapi/column-api.md - Column configuration APIapi/option-api.md - Option configuration APIUse templates from the templates/ directory:
templates/basic-crud.md - Basic CRUD templatetemplates/advanced-crud.md - Advanced CRUD templatetemplates/crud-with-api.md - CRUD with API integrationexamples/ → https://avuejs.com/crud/crud-doc.htmlThis skill includes detailed examples organized to match the official documentation structure. All examples are in the examples/ directory (see mapping above).
To use examples:
To use templates:
templates/ directory for common scaffoldingDetailed API documentation is available in the api/ directory, organized to match the official Avue CRUD API documentation structure:
api/crud-api.md)api/column-api.md)api/option-api.md)To use API reference:
api/ directoryexamples/ directoryAvue CRUD, avue-crud, table, CRUD, Create Read Update Delete, pagination, search, sort, export, column, form, validation, 表格, CRUD, 增删改查, 分页, 搜索, 排序, 导出, 列配置, 表单, 验证
确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。