|
%!s(int64=3) %!d(string=hai) anos | |
---|---|---|
build | %!s(int64=3) %!d(string=hai) anos | |
config | %!s(int64=3) %!d(string=hai) anos | |
src | %!s(int64=3) %!d(string=hai) anos | |
static | %!s(int64=3) %!d(string=hai) anos | |
test | %!s(int64=3) %!d(string=hai) anos | |
.babelrc | %!s(int64=3) %!d(string=hai) anos | |
.editorconfig | %!s(int64=3) %!d(string=hai) anos | |
.eslintignore | %!s(int64=3) %!d(string=hai) anos | |
.eslintrc.js | %!s(int64=3) %!d(string=hai) anos | |
.gitattributes | %!s(int64=3) %!d(string=hai) anos | |
.gitignore | %!s(int64=3) %!d(string=hai) anos | |
.postcssrc.js | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
index.html | %!s(int64=3) %!d(string=hai) anos | |
package.json | %!s(int64=3) %!d(string=hai) anos |
此仓库为 DWSurvey 开源问卷系统,基于VUE实现的社区版前端代码仓库
全新的企业版已经发布,前后端分别采用 Ant design、Spring Boot,详情可参考官网。
全新的社区版也已经发布,前后端分别采用 Vue + ElementUI + Spring Boot。
从2013年至今已经积累多种技术方案,具体如下:
方案A | 前后端分离,基于 Vue + Element ui + Spring Boot |
前端仓库 | |
Gitee | https://gitee.com/wkeyuan/dwsurvey-vue |
GitHub | https://github.com/wkeyuan/DWSurvey_Vue |
后端仓库 | |
Gitee | https://gitee.com/wkeyuan/DWSurvey/tree/Vue_SpringBoot |
GitHub | https://github.com/wkeyuan/DWSurvey/tree/Vue_SpringBoot |
方案特性:基于VUE、前后分离开发更容易,部署维护更简单 |
# 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.