All Projects → Nice-Ming → Questionnaire-management

Nice-Ming / Questionnaire-management

Licence: other
A questionnaire-management by Vue.js

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Labels

使用Vue.js实现一个微型问卷调查管理平台

入门Vue有几周时间了,学习过程也只是写一些小demo,比如TodoList,购物车之类的了解了Vue的一些基础的特性和使用方法。刚好年后开学就想做个稍微像样点的东西,于是就找出了16年百度前端学院的任务五十来作为本次将要实现的项目。废话不多说,下面看东西。

链接地址

预览地址:在线预览

任务描述:任务地址

技术栈

  1. Vue.js:使用最新的Vue2的语法
  2. vue-router:单页应用必备的路由管理
  3. ES6:使用ES6语法实现大部分功能
  4. Sass:CSS预处理
  5. LocalStorage:本地存储,方便保存用户的问卷数据

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].