# vue-form-designer **Repository Path**: ybb13/vue-form-designer ## Basic Information - **Project Name**: vue-form-designer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 可视化表单构建器 vue-form-designer 可视化表单构建器的灵感是来源于一款基于layoutit的一个开源项目 http://www.bootcss.com/p/layoutit/ 目前只有在线版本,并没有提供完整的源码。 粗略版源码请参考 https://github.com/justjavac/layoutit/tree/gh-pages/js # 感谢layoutit开源项目的作者——迷渡 justjavac ## 基于Vue2.0框架的前端工程 官方文档 https://cn.vuejs.org/v2/guide/ ## 基础组件 ElementUI 详情请参考官方文档 http://element-cn.eleme.io/#/zh-CN JqueryUI Bootstrap http://v3.bootcss.com/ > A Vue.js project ## 安装步骤 ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).