# vue-form-design **Repository Path**: mingruqi/vue-form-design ## Basic Information - **Project Name**: vue-form-design - **Description**: Vue自定义表单设计器 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 69 - **Created**: 2021-11-03 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue自定义表单设计器 ## 项目结构 ```txt public ├─assets 静态资源文件 └─index.html // 模板页面 src ├─assets // api文件 └─scss // 样式文件 ├─packages // 组件资源包 ├─router // 路由配置 ├─store // 状态管理 ├─utils // 工具类 └─views // 页面 ├─design // 表单设计页面 ├─form // 表单数据添加,修改,预览页 ├─list // 数据列表页 └─index // 页面入口,表单列表页 ``` ### 演示地址 https://337547038.github.io/vue-form-design/ ## 部署 ``` bash 1、本地开发 npm install npm run serve 2、打包 npm run build ```