项目作者: zhoou

项目描述 :
Vue2 + webpack3 + express4 + mongodb 实现的问卷调查平台(带登录注册功能)
高级语言: Vue
项目地址: git://github.com/zhoou/vue-questionnaire.git


vue-questionnaire

Vue2 + webpack3 + express4 + mongodb 实现的微型问卷调查平台,带登录注册功能。

Reference

forked from MertensMing/Vue-questionnaire-platform

原型图

设计参考

demo 地址

Build Setup

  1. # install dependencies
  2. npm install
  3. # serve with hot reload at localhost:8082
  4. npm run dev
  5. # build for production with minification
  6. npm run build
  7. # build for production and view the bundle analyzer report
  8. npm run build --report
  9. # run unit tests
  10. npm run unit
  11. # run e2e tests
  12. npm run e2e
  13. # run all tests
  14. npm test