|
@@ -1,27 +1,58 @@
|
|
-## DWSurvey 调问开源问卷表单系统-VUE实现
|
|
|
|
|
|
+# 调问开源问卷系统(DWSurvey)
|
|
|
|
|
|
-> 此仓库为 DWSurvey 开源问卷系统,基于VUE实现的社区版前端代码仓库
|
|
|
|
|
|
+> 此代码仓库为基于 Spring Boot、Vue 实现的前端代码仓库
|
|
|
|
|
|
-> 全新的企业版已经发布,前后端分别采用 Ant design、Spring Boot,详情可参考官网。
|
|
|
|
|
|
|
|
-> 全新的社区版也已经发布,前后端分别采用 Vue + ElementUI + Spring Boot。
|
|
|
|
|
|
+[](https://gitee.com/wkeyuan/DWSurvey/stargazers)
|
|
|
|
+[](https://gitee.com/wkeyuan/DWSurvey/members)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
-> 从2013年至今已经积累多种技术方案,具体如下:
|
|
|
|
|
|
+DWSurvey是一款简单、高效、成熟、稳定、专业的开源问卷系统,自2012年启动至今经过9年的积累,已经形成一套完善的基于 JAVA WEB 的开源问卷表单解决方案。
|
|
|
|
+
|
|
|
|
+<div style="padding: 10px;border-left:solid 6px #278bee;background: #f3f5f7;font-size: 16px;color: #2c3e50;">
|
|
|
|
+<div style="font-weight: 600;padding: 10px;"> 🎉🎉🎉 企业版 </div>
|
|
|
|
+<div>
|
|
|
|
+全新的 <strong>企业版</strong> 已经发布,前后端分别采用 React、Ant design、Spring Boot,详情可前往体验
|
|
|
|
+<p>调问网官网地址:<a href="https://www.diaowen.net">https://www.diaowen.net</a></p>
|
|
|
|
+<p><strong>企业版体验地址:<a href="https://ent.surveyform.cn">https://ent.surveyform.cn</a></strong></p>
|
|
|
|
+</div>
|
|
|
|
+</div>
|
|
|
|
+<hr/>
|
|
|
|
+<div style="padding: 10px;border-left:solid 6px #42b983;background: #f3f5f7;font-size: 16px;color: #2c3e50;">
|
|
|
|
+<div style="font-weight: 600;padding: 10px;"> ☀️☀️☀️ 社区版 </div>
|
|
|
|
+<div>
|
|
|
|
+️ 全新的 <strong>社区版</strong> 也已经发布,前后端分别采用Vue、ElementUI、Spring Boot,详情可前往体验。
|
|
|
|
+<p>社区版文档地址:<a href="https://www.diaowen.net/docs">https://www.diaowen.net/docs</a></p>
|
|
|
|
+<p>社区版体验地址:<a href="https://oss.surveyform.cn">https://oss.surveyform.cn</a></p>
|
|
|
|
+</div>
|
|
|
|
+</div>
|
|
|
|
+
|
|
|
|
+<p style="color: #333;">后续我们将持续迭代更新,<strong>并有专人维护</strong>,敬请关注,别忘了<a href="https://gitee.com/wkeyuan/DWSurvey">点下源码仓库</a> 右上角Star关注,便于下次查找。</p>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
### 社区版技术方案说明
|
|
### 社区版技术方案说明
|
|
|
|
|
|
<table>
|
|
<table>
|
|
-<tr><td><strong>方案A</strong></td><td><strong>前后端分离,基于 Vue + Element ui + Spring Boot</strong></td></tr>
|
|
|
|
-<tr><td colspan="2" align="center">前端仓库</td></tr>
|
|
|
|
-<tr><td>Gitee</td><td><a href="https://gitee.com/wkeyuan/dwsurvey-vue">https://gitee.com/wkeyuan/dwsurvey-vue</a></td></tr>
|
|
|
|
|
|
+<tr><th><strong>方案A</strong></th><th colspan="2" align="left"><strong>前后端分离,基于 Vue、Element ui、Spring Boot</strong></th></tr>
|
|
|
|
+<tr><td colspan="3">方案特性:基于VUE、前后分离开发更容易,部署维护更简单</td></tr>
|
|
|
|
+<tr><td rowspan="2">前端</td><td>Gitee</td><td><a href="https://gitee.com/wkeyuan/dwsurvey-vue">https://gitee.com/wkeyuan/dwsurvey-vue</a></td></tr>
|
|
<tr><td>GitHub</td><td><a href="https://github.com/wkeyuan/DWSurvey_Vue">https://github.com/wkeyuan/DWSurvey_Vue</a></td></tr>
|
|
<tr><td>GitHub</td><td><a href="https://github.com/wkeyuan/DWSurvey_Vue">https://github.com/wkeyuan/DWSurvey_Vue</a></td></tr>
|
|
-<tr><td colspan="2" align="center">后端仓库</td></tr>
|
|
|
|
-<tr><td>Gitee</td><td><a href="https://gitee.com/wkeyuan/DWSurvey/tree/Vue_SpringBoot">https://gitee.com/wkeyuan/DWSurvey/tree/Vue_SpringBoot</a></td></tr>
|
|
|
|
-<tr><td>GitHub</td><td><a href="https://github.com/wkeyuan/DWSurvey/tree/Vue_SpringBoot">https://github.com/wkeyuan/DWSurvey/tree/Vue_SpringBoot</a></td></tr>
|
|
|
|
-<tr><td colspan="2">方案特性:基于VUE、前后分离开发更容易,部署维护更简单</td></tr>
|
|
|
|
|
|
+<tr><td rowspan="2">后端</td><td>Gitee</td><td><a href="https://gitee.com/wkeyuan/DWSurvey">https://gitee.com/wkeyuan/DWSurvey</a></td></tr>
|
|
|
|
+<tr><td>GitHub</td><td><a href="https://github.com/wkeyuan/DWSurvey">https://github.com/wkeyuan/DWSurvey</a></td></tr>
|
|
|
|
+
|
|
|
|
+<tr><th><strong>方案B</strong></th><th colspan="2" align="left"><strong>Spring Boot + JSP</strong></th></tr>
|
|
|
|
+<tr><td colspan="3">方案特性: 原生JS+HTML技术,支持更多浏览器,如IE6</td></tr>
|
|
|
|
+<tr><td colspan="1">Gitee</td><td colspan="2"><a href="https://gitee.com/wkeyuan/dwsurvey-springboot-jsp">https://gitee.com/wkeyuan/dwsurvey-springboot-jsp</a></td></tr>
|
|
|
|
+<tr><td colspan="1">GitHub</td><td colspan="2"><a href="https://gitee.com/wkeyuan/dwsurvey-springboot-jsp">https://gitee.com/wkeyuan/dwsurvey-springboot-jsp</a></td></tr>
|
|
|
|
+
|
|
|
|
+<tr><th><strong>方案C</strong></th><th colspan="2" align="left"><strong>Struts2 + JSP</strong></th></tr>
|
|
|
|
+<tr><td colspan="3">方案特性: 原生JS+HTML技术,支持更多浏览器,如IE6 |</td></tr>
|
|
|
|
+<tr><td colspan="1">Gitee</td><td colspan="2"><a href="https://gitee.com/wkeyuan/dwsurvey-struts2-jsp">https://gitee.com/wkeyuan/dwsurvey-struts2-jsp</a></td></tr>
|
|
|
|
+<tr><td colspan="1">GitHub</td><td colspan="2"><a href="https://gitee.com/wkeyuan/dwsurvey-struts2-jsp">https://gitee.com/wkeyuan/dwsurvey-struts2-jsp</a></td></tr>
|
|
</table>
|
|
</table>
|
|
|
|
|
|
-
|
|
|
|
## Build Setup
|
|
## Build Setup
|
|
|
|
|
|
``` bash
|
|
``` bash
|