1 Star 0 Fork 53

BaoLin / maku-form-design

forked from MAKU / maku-form-design 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.77 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
阿沐 提交于 2023-03-25 12:14 . 更新

介绍

安装

npm install maku-form-design

# TypeScript 需要在d.ts文件里面,进行如下配置:
declare module 'maku-form-design'

引入

import { createApp } from 'vue'
import ElementPlus from 'element-plus'
import App from './App.vue'
import MakuFormDesign from 'maku-form-design'
import 'maku-form-design/lib/style.css'

const app = createApp(App)
// 需要安装element-plus
app.use(ElementPlus)
// 使用表单设计器
app.use(MakuFormDesign)
app.mount('#app')

使用

<template>
  <DesignForm />
</template>

微信交流群

为了更好的交流,我们新提供了微信交流群,需扫描下面的二维码,关注公众号,回复【加群】,根据提示信息,作者会拉你进群的,感谢配合!

开源汇总

支持

如果觉得框架还不错,或者已经在使用了,希望你可以去 GithubGitee 帮作者点个 ⭐ Star,这将是对作者极大的鼓励与支持。

效果图

输入图片说明 输入图片说明 输入图片说明

JavaScript
1
https://gitee.com/blsay/maku-form-design.git
git@gitee.com:blsay/maku-form-design.git
blsay
maku-form-design
maku-form-design
master

搜索帮助