| 
				
					 | 
			il y a 3 ans | |
|---|---|---|
| docs | il y a 4 ans | |
| examples | il y a 4 ans | |
| lib | il y a 4 ans | |
| packages | il y a 3 ans | |
| public | il y a 4 ans | |
| static | il y a 4 ans | |
| styles | il y a 4 ans | |
| .eslintignore | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| .npmignore | il y a 4 ans | |
| CHANGELOG.md | il y a 4 ans | |
| LICENSE | il y a 4 ans | |
| README.md | il y a 4 ans | |
| babel.config.js | il y a 4 ans | |
| package-lock.json | il y a 4 ans | |
| package.json | il y a 4 ans | |
| vue.config.js | il y a 4 ans | |
| yarn.lock | il y a 4 ans | 
设计器布局参考form-generator项目,基于vue和ant-design-vue实现的表单设计器,样式使用less作为开发语言,主要功能是能通过简单操作来生成配置表单,生成可保存的JSON数据,并能将JSON还原成表单,使表单开发更简单更快速
注:该项目不兼容vue3.0项目,暂无后续兼容vue3.0的计划
# 使用yarn 
yarn add k-form-design
# 使用npm 
npm i k-form-design --save
// 在main.js引入
import KFormDesign from 'k-form-design'
import 'k-form-design/lib/k-form-design.css'
Vue.use(KFormDesign)
<template>
  <div>
   <k-form-design />
  </div>
</template>
点击链接加入qq群聊,可以直接提问及反馈bug
MIT Copyright (c) 2019 Kchengz