6 Star 81 Fork 51

MAKU / maku-form-design

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

介绍

安装

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

效果图

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

MIT License Copyright (c) 2022 maku.net Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

MAKU 表单设计器,基于vue3、element-plus开发的表单设计器,主要用于低代码开发平台。 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/makunet/maku-form-design.git
git@gitee.com:makunet/maku-form-design.git
makunet
maku-form-design
maku-form-design
master

搜索帮助