官方文档 https://www.yuque.com/ln7ccx/ntgo8q/dlqvcs
具体的组件看文档
link.
https://download.youkuaiyun.com/download/xiaochouniu1/15842955?spm=1001.2014.3001.5501
这个是我的源码 可以参考参考
效果图
- 依赖
在package.json 添加
"dependencies": {
"form-making": "^1.2.10", //新增
"vue": "^2.5.2",
"vue-router": "^3.0.1"
},
然后 npm i
2.在index.html
(和package.json
同一级)添加
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<link rel="stylesheet" href="https://unpkg.com/form-making/dist/FormMaking.css">
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src