0.0.5 • Published 6 months ago

dflow-designer v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

简介

Vue3.0 版本,基于 element-plus 表单设计器 仿明道云设计器

依赖

element-plus

$ npm i element-plus

或自行引入 cdn

安装

$ yarn
$ yarn dev

html

演示仓库 https://gitee.com/owen_yang/vform-designer.git

目前已发布低代码平台: http://38.147.173.55:8008/ 低代码多租户平台 http://38.147.173.55:8088/ 低代码多应用平台

更多交流 QQ 群:780382507 欢迎大家一起交流反馈

使用

// 组件
import { FlowDesign } from "dflow-designer";
import "dflow-designer/dist/designer.style.css"; // 引入样式
<template>
   <FlowDesign ref="process" :data="processData" :is-view="true"/>
</template>
<script lang="ts" setup>
const processData = ref({
  nodeConfig: {
    nodeId: "" + useSnowflakeId(),
    nodeName: "工作表事件",
    nodeType: "table",
    config: {
      filter: [],
    },
  },
});
is-view 表示是否是只读展示模式
</script>

交流

QQ 群:780382507

效果图

## 打包
```bash
$ yarn build
0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago