Skip to content

makunet/maku-form-design

Repository files navigation

介绍

安装

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,这将是对作者极大的鼓励与支持。

效果图

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published