|
@@ -1,6 +1,26 @@
|
|
-# dwsurvey-oss-front-vue
|
|
|
|
|
|
+## DWSurvey 调问开源问卷表单系统-VUE实现
|
|
|
|
+
|
|
|
|
+> 此仓库为 DWSurvey 开源问卷系统,基于VUE实现的社区版前端代码仓库
|
|
|
|
+
|
|
|
|
+> 全新的企业版已经发布,前后端分别采用 Ant design、Spring Boot,详情可参考官网。
|
|
|
|
+
|
|
|
|
+> 全新的社区版也已经发布,前后端分别采用 Vue + ElementUI + Spring Boot。
|
|
|
|
+
|
|
|
|
+> 从2013年至今已经积累多种技术方案,具体如下:
|
|
|
|
+
|
|
|
|
+### 社区版技术方案说明
|
|
|
|
+
|
|
|
|
+<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><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>
|
|
|
|
+</table>
|
|
|
|
|
|
-> DWSurvey 开源问卷系统,基于VUE实现的社区版前端代码仓库
|
|
|
|
|
|
|
|
## Build Setup
|
|
## Build Setup
|
|
|
|
|
|
@@ -27,4 +47,18 @@ npm run e2e
|
|
npm test
|
|
npm test
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
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).
|
|
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).
|