Skip to content

x-extends/vxe-design-template

Repository files navigation

Vxe 可视化设计器模板

一个基于 Vxe UI 可视化设计器模板,支持添加自定义控件、支持控件扩展属性,可以轻松搭建零代码/低代码等平台。

版本

基于 Vxe v4.x 对应 vue3.x 版本

浏览器支持

Edge Chrome Firefox Opera Safari
80+ ✔ 80+ ✔ 90+ ✔ 75+ ✔ 10+ ✔

在线预览

👉 点击查看 v4.x

目录说明

  • plugins
    • vxe
      • form 表单渲染器(表单渲染存放这里)
      • formDesign 设计器渲染器(设计器控件存放这里)
      • table 表格渲染器(单元格渲染存放这里)

克隆代码

git clone https://gitee.com/x-extends/vxe-design-template.git

git clone https://github.com/x-extends/vxe-design-template.git

切换目录

cd vxe-design-template

设置镜像源(可忽略)

npm config set registry https://registry.npmmirror.com

更新依赖

npm run update

运行项目

npm run serve

Contributors

Thank you to everyone who contributed to this project.

vxe-design-template

License

MIT © 2019-present, Xu Liangzhan