暂无描述

wkeyuan 6c7702b8c0 修复可能出现的跳转逻辑问题 3 年之前
build 6503b732e6 更新产品介绍 3 年之前
config f64745c175 发布前的格式检查 3 年之前
src 2b78d62109 修改答卷提示信息 3 年之前
static 6c7702b8c0 修复可能出现的跳转逻辑问题 3 年之前
test f64745c175 发布前的格式检查 3 年之前
.babelrc f64745c175 发布前的格式检查 3 年之前
.editorconfig f64745c175 发布前的格式检查 3 年之前
.eslintignore f64745c175 发布前的格式检查 3 年之前
.eslintrc.js 5c8c11b7ff 代码格式优化 3 年之前
.gitattributes d97c900510 设置语言类型 3 年之前
.gitignore f64745c175 发布前的格式检查 3 年之前
.postcssrc.js f64745c175 发布前的格式检查 3 年之前
README.md 6503b732e6 更新产品介绍 3 年之前
index.html 6503b732e6 更新产品介绍 3 年之前
package.json 6503b732e6 更新产品介绍 3 年之前

README.md

DWSurvey 调问开源问卷表单系统-VUE实现

此仓库为 DWSurvey 开源问卷系统,基于VUE实现的社区版前端代码仓库

全新的企业版已经发布,前后端分别采用 Ant design、Spring Boot,详情可参考官网。

全新的社区版也已经发布,前后端分别采用 Vue + ElementUI + Spring Boot。

从2013年至今已经积累多种技术方案,具体如下:

社区版技术方案说明

方案A前后端分离,基于 Vue + Element ui + Spring Boot
前端仓库
Giteehttps://gitee.com/wkeyuan/dwsurvey-vue
GitHubhttps://github.com/wkeyuan/DWSurvey_Vue
后端仓库
Giteehttps://gitee.com/wkeyuan/DWSurvey/tree/Vue_SpringBoot
GitHubhttps://github.com/wkeyuan/DWSurvey/tree/Vue_SpringBoot
方案特性:基于VUE、前后分离开发更容易,部署维护更简单

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.