avue
Provides comprehensive guidance for Avue framework including CRUD operations, form components, and data management. Use when the user asks about Avue, needs to build admin interfaces, implement CRUD operations, or work with Avue components.
Provides comprehensive guidance for Avue framework including CRUD operations, form components, and data management. Use when the user asks about Avue, needs to build admin interfaces, implement CRUD operations, or work with Avue components.
Use this skill whenever the user wants to:
This skill is organized to match the Avue official documentation structure (https://avuejs.com/). When working with Avue:
Identify the topic from the user's request:
examples/getting-started/installation.md or examples/getting-started/quick-start.mdexamples/forms/basic-form.md or examples/forms/form-config.mdexamples/components/table.mdexamples/components/tree.mdexamples/components/upload.mdapi/global-api.mdLoad the appropriate example file from the examples/ directory:
Getting Started (快速开始) - examples/getting-started/:
examples/getting-started/installation.md - Installing Avue and basic setupexamples/getting-started/quick-start.md - Quick start tutorialexamples/getting-started/global-config.md - Global configurationForms (表单) - examples/forms/:
examples/forms/basic-form.md - Basic form usageexamples/forms/form-config.md - Form configurationexamples/forms/form-validation.md - Form validationexamples/forms/form-table.md - Form with table selectorComponents (组件) - examples/components/:
examples/components/table.md - Table componentexamples/components/tree.md - Tree componentexamples/components/upload.md - Upload componentexamples/components/select.md - Select componentexamples/components/input.md - Input componentAdvanced (高级) - examples/advanced/:
examples/advanced/crud.md - CRUD operationsexamples/advanced/internationalization.md - Internationalizationexamples/advanced/plugins.md - Plugins and extensionsFollow 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/global-api.md - Global API referenceapi/components.md - Component API referenceUse templates from the templates/ directory:
templates/form-template.md - Form templatetemplates/table-template.md - Table templatetemplates/crud-template.md - CRUD templateThis 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 API documentation structure:
api/global-api.md)api/components.md)To use API reference:
api/ directoryexamples/ directoryAvue, Vue, Element UI, data-driven, form, table, CRUD, $DialogForm, $Clipboard, $ImagePreview, $Print, $Export, tree, upload, select, 数据驱动, 表单, 表格, CRUD, 树形, 上传, 选择器
确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。