# form
**Repository Path**: xj_page/form
## Basic Information
- **Project Name**: form
- **Description**: 使用 vue3 + ts,基于 element-plus 进行二次封装的 Form 组件,可通过简单的 json 配置快速展示表单组件。
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: develop
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 0
- **Created**: 2024-01-19
- **Last Updated**: 2025-11-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Form
使用 `vue3` `ts`,基于 `element-plus` 进行二次封装的 `Form` 组件,通过简单的 json 配置快速进行表单开发。
[Docs | 文档](https://xuejiancnode.github.io/it-docs/npm-package/FormUI.html)
## 安装
### NPM
```shell
npm install @xuejian/form --save
```
### Yarn
```shell
yarn add @xuejian/form --save
```
## 使用
### 手动导入
```html
```
### 完整引入
```js
// main.ts
import Form from "@xuejian/form"
app.use(Form);
```
```html
```