# vant-tmagic-editor **Repository Path**: maqzh/vant-tmagic-editor ## Basic Information - **Project Name**: vant-tmagic-editor - **Description**: tmagic-editor 适配 vant 组件库 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-03-16 - **Last Updated**: 2025-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: 表单设计器, formdesigner, tmagic-editor, form-playground, Vant ## README # vant-tmagic-editor #### 介绍 tmagic-editor 适配vant组件 ### 运行效果 #### 设计图 ![playground.png](https://gitee.com/maqzh/vant-tmagic-editor/raw/master/images/playground.png) #### 运行图 ![runtime.png](https://gitee.com/maqzh/vant-tmagic-editor/raw/master/images/runtime.png) #### 代码结构 packages - emitter-help # 消息中枢工程 - mock-server # 保存表单dsl数据服务 - vant-adapter # 适配vant组件 runtime # runtime工程 - page -- 页面runtime - playground -- 设计器runtime playground # 设计器工程 #### 使用说明 1. 代码拉取:git clone https://gitee.com/maqzh/vant-tmagic-editor.git 2. 安装:pnpm i 3. 调试:pnpm dev #### 环境要求 1. nodejs 18.x+ 2. pnpm