# process-designer
**Repository Path**: terroristjs/process-designer
## Basic Information
- **Project Name**: process-designer
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-08-12
- **Last Updated**: 2024-08-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# antd-vue-dynamic-form
Dynamic form implementation based on ant-design-vue.
[github ](https://github.com/copyingMachine/antd-vue-dynamic-form#readme)
[preview](https://copyingmachine.github.io/antd-vue-dynamic-form)
## Using npm or yarn
```bash
$ npm install antd-vue-dynamic-form -D
```
```bash
$ yarn add antd-vue-dynamic-form -D
```
## Usage
In components
```
...
import { AntdDesignForm } from 'antd-vue-dynamic-form'
```
or globally
```
import AntdDesignForm from 'antd-vue-dynamic-form'
import 'antd-vue-dynamic-form/dist/style.css'
app.use(AntdDesignForm).mount('#app')
```
## To test source code
```bash
$ yarn dev
```
## Build by yourself
```bash
$ yarn build
```
## announcements
- If your ant-design-vue version < 4.x,you need to add `import 'ant-design-vue/dist/antd.css'`