# @movk/nuxt > Movk Nuxt 是一个为 Nuxt 4 设计的模块化工程套件,提供 Schema 驱动的自动表单生成、独立 UI 组件和通用工具函数。 ## Landing - [Movk Nuxt - Nuxt 4 模块化工程套件](https://nuxt.mhaibaraai.cn/raw.md): Movk Nuxt 是一个为 Nuxt 4 设计的模块化工程套件,提供 Schema 驱动的自动表单生成、独立 UI 组件和通用工具函数。 ## Docs - [快速开始](https://nuxt.mhaibaraai.cn/raw/docs/getting-started.md): Movk Nuxt 是一个模块化的 Nuxt 4 工程套件,提供自动化系统、独立组件和通用工具函数 - [安装](https://nuxt.mhaibaraai.cn/raw/docs/getting-started/installation.md): 在 Nuxt 4 项目中安装和配置 Movk Nuxt 模块 - [LLM 集成](https://nuxt.mhaibaraai.cn/raw/docs/getting-started/llms.md): 了解 Movk Nuxt 如何利用 Nuxt LLMs 模块自动生成 AI 就绪的内容文件,并学习如何自定义 LLM 相关数据 - [ColorChooser](https://nuxt.mhaibaraai.cn/raw/docs/components/color-chooser.md): 可视化颜色选择器组件 - [DatePicker](https://nuxt.mhaibaraai.cn/raw/docs/components/date-picker.md): 基于国际化标准的日期选择器组件 - [StarRating](https://nuxt.mhaibaraai.cn/raw/docs/components/star-rating.md): 交互式星级评分组件 - [WithCharacterLimit](https://nuxt.mhaibaraai.cn/raw/docs/components/with-character-limit.md): 带字符数限制和计数显示的输入框组件 - [WithClear](https://nuxt.mhaibaraai.cn/raw/docs/components/with-clear.md): 带清除按钮的输入框组件 - [WithCopy](https://nuxt.mhaibaraai.cn/raw/docs/components/with-copy.md): 带复制功能的输入框组件 - [WithPasswordToggle](https://nuxt.mhaibaraai.cn/raw/docs/components/with-password-toggle.md): 带显示/隐藏切换的密码输入框组件 - [快速开始](https://nuxt.mhaibaraai.cn/raw/docs/auto-form.md): 了解 AutoForm 的核心设计理念和基本使用方式 - [API 参考](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/api.md): AutoForm 组件的完整 API 参考文档 - [配置](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/configuration.md): 深入了解 AutoForm 的配置体系,掌握元数据、控件属性和全局配置的使用方法。 - [String](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/field/string.md): String 字段类型的使用方法和配置选项 - [Number](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/field/number.md): Number 字段类型的使用方法和配置选项 - [Boolean](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/field/boolean.md): Boolean 字段类型的使用方法和配置选项 - [Date](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/field/date.md): Date 字段类型的使用方法和配置选项 - [Enum](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/field/enum.md): Enum 字段类型的使用方法和配置选项 - [Array](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/field/array.md): Array 字段类型的使用方法和配置选项 - [Object](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/field/object.md): Object 字段类型的使用方法和配置选项 - [File](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/field/file.md): File 字段类型的使用方法和配置选项 - [插槽概览](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/slots.md): AutoForm 提供强大的插槽系统,允许你自定义表单的各个部分,从整体布局到单个字段的细节。 - [表单级插槽](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/slots/basic.md): 表单插槽用于自定义表单的整体结构,包括顶部、底部和提交按钮区域。 - [字段级插槽](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/slots/field.md): 字段插槽允许你微调表单中每个字段的各个部分,包括标签、提示、错误信息等。 - [内容级插槽](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/slots/content.md): 内容插槽提供更深层次的自定义能力,允许你完全接管对象和数组字段的渲染逻辑。 - [可折叠字段](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/customization/collapsible.md): 使用折叠功能将嵌套字段组织成可展开/收起的部分,提高表单的整洁性和可读性。 - [条件渲染](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/customization/conditional.md): 根据表单状态动态显示或隐藏字段,创建智能响应式表单。 - [自定义控件](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/customization/custom-controls.md): 注册和使用自定义 Vue 组件作为表单字段的渲染控件,扩展 AutoForm 的功能。 - [全局元数据](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/customization/global-meta.md): 使用全局元数据统一配置所有字段的行为和样式,简化重复配置。 - [布局系统](https://nuxt.mhaibaraai.cn/raw/docs/auto-form/customization/layout.md): 使用布局系统灵活控制表单字段的视觉呈现和组织结构 - [useAutoForm](https://nuxt.mhaibaraai.cn/raw/docs/composables/use-auto-form.md): 用于创建类型化 Zod Schema 和管理 AutoForm 控件的 composable。 - [useDateFormatter](https://nuxt.mhaibaraai.cn/raw/docs/composables/use-date-formatter.md): 基于 @internationalized/date 的日期格式化和处理工具。 - [Auto Form](https://nuxt.mhaibaraai.cn/raw/docs/examples/auto-form.md): 展示如何使用 schema 自动生成表单组件,包含自定义布局、复选框组和数组字段等功能。 ## Documentation Sets - [@movk/nuxt - Nuxt 4 模块化工程套件](https://nuxt.mhaibaraai.cn/llms-full.txt): 基于 Nuxt 4 和 Nuxt UI 的模块化扩展库,提供 Schema 驱动的自动表单生成、自动表格生成、常用 composables 工具等完整的表单与数据处理解决方案。采用分层架构设计,包含 Core Systems (AutoForm)、Standalone Components (DatePicker, StarRating 等) 和 Composables (useDateFormatter 等)。 ## Notes - nuxt - nuxt4 - autoform - zod - schema-driven - ui-components - composables