# LveMobileEditorCli **Repository Path**: lin_peng118/lve-mobile-editor-cli ## Basic Information - **Project Name**: LveMobileEditorCli - **Description**: LveMobileEditorCli - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-15 - **Last Updated**: 2024-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LveMobileEditor V1.0.0 ## 介绍 拖拽集成移动端组件编辑器 LveMobileEditor ### 安装教程 1. pnpm install (安装 node_modules 模块) 2. pnpm run serve (运行) 3. pnpm run build (打包) ##### 自定义组件可以看 ```text src / layout / home / index.vue // 编辑页面文件 src / components / sliderassembly / index.vue // 左侧组件大全文件 src / components / componentscom // 左侧组件目录 src / components / rightslider // 右侧组件目录 src / utils / componentProperties.js // 组件数据 ``` #### componentProperties(组件数据)字段注解 ```js { component: 'custommodule', // 中间部分手机组件的name text: '自定义模块', // 组件文字描述 type: '1-14', // data-tpye active: true, // 是否选中 style: 'custommodulestyle', // 右边组件设置的name setStyle: {} // 组件动态数据 } ```