# custom-component
**Repository Path**: Junpeng1992/custom-component
## Basic Information
- **Project Name**: custom-component
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-01
- **Last Updated**: 2021-01-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# gwt-custom-component
> A Vue.js custom project
> Form Builder
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
## doc
https://gitee.com/Junpeng1992/custom-component/wikis/%E6%95%B4%E4%BD%93%E9%85%8D%E7%BD%AE%E4%BB%A3%E7%A0%81?sort_id=3415320
### 表单生成器示例
```vue
初始值:
-
{{ li.config.type }}-{{ li.config.fileName }}-value:{{ li.data.value }}
返回值:
{{ formData }}
```