介绍
tmagic-editor可视化开源项目,意在提供一个供开发者快速搭建可视化搭建平台的解决方案。
主要内容:
- 编辑器
- 模拟器
- 组件库
- 组件树
- 表单配置
- DSL 源码
核心库
快速开始
安装
npm create vite@latest
npm install @tmagic/element-plus-adapter @tmagic/design element-plus -S
npm install monaco-editor -S
引入
main.js写入
App.vue写入
配置runtimeUrl:渲染、响应
配置componentGroupList:编辑器组件库
配置propsConfigs/propsValues
.....待补充......