## DWSurvey 调问开源问卷表单系统-VUE实现
> 此仓库为 DWSurvey 开源问卷系统,基于VUE实现的社区版前端代码仓库
> 全新的企业版已经发布,前后端分别采用 Ant design、Spring Boot,详情可参考官网。
> 全新的社区版也已经发布,前后端分别采用 Vue + ElementUI + Spring Boot。
> 从2013年至今已经积累多种技术方案,具体如下:
### 社区版技术方案说明
## Build Setup
``` 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
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).