DWSurvey_Vue
                                
                                 DWSurvey_Vue copied to clipboard
                                
                                    DWSurvey_Vue copied to clipboard
                            
                            
                            
                        Open Source Survey System of Vue,开源问卷表单系统,Vue实现前端实现
调问开源问卷系统(DWSurvey)
此代码仓库为基于 Spring Boot、Vue 实现的前端代码仓库
DWSurvey是一款简单、高效、成熟、稳定、专业的开源问卷系统,自2012年启动至今经过9年的积累,已经形成一套完善的基于 JAVA WEB 的开源问卷表单解决方案。
 🎉🎉🎉  企业版 
全新的 企业版 已经发布,前后端分别采用 React(Ant design)、VUE(Element)、Spring Boot,详情可前往体验
调问网官网地址:https://www.diaowen.net
企业版体验地址
新版本:https://element-ent.surveyform.cn账号密码([email protected]/123456)
 ☀️☀️☀️  社区版 
️ 全新的 社区版 也已经发布,前后端分别采用Vue、ElementUI、Spring Boot,详情可前往体验。
社区版文档地址:https://www.diaowen.net/docs
后续我们将持续迭代更新,并有专人维护,敬请关注,别忘了点下源码仓库 右上角Star关注,便于下次查找。

社区版技术方案说明
| 方案A | 前后端分离,基于 Vue、Element ui、Spring Boot | |
|---|---|---|
| 方案特性:基于VUE、前后分离开发更容易,部署维护更简单 | ||
| 前端 | Gitee | https://gitee.com/wkeyuan/dwsurvey-vue | 
| GitHub | https://github.com/wkeyuan/DWSurvey_Vue | |
| 后端 | Gitee | https://gitee.com/wkeyuan/DWSurvey | 
| GitHub | https://github.com/wkeyuan/DWSurvey | |
| 方案B | Spring Boot + JSP | |
| 方案特性: 原生JS+HTML技术,支持更多浏览器,如IE6 | ||
| Gitee | https://gitee.com/wkeyuan/dwsurvey-springboot-jsp | |
| 方案C | Struts2 + JSP | |
| 方案特性: 原生JS+HTML技术,支持更多浏览器,如IE6 | | ||
| Gitee | https://gitee.com/wkeyuan/dwsurvey-struts2-jsp | |
Build Setup
# 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test







For a detailed explanation on how things work, check out the guide and docs for vue-loader.