first commit
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/logo.png
0 → 100644
6.69 KB
build/utils.js
0 → 100644
build/vue-loader.conf.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.dev.conf.js
0 → 100644
build/webpack.prod.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/test.env.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "2019", | |||
| "version": "1.0.0", | |||
| "description": "A Vue.js project", | |||
| "author": "LinChengbiao <1072907338@qq.com>", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | |||
| "start": "npm run dev", | |||
| "unit": "jest --config test/unit/jest.conf.js --coverage", | |||
| "e2e": "node test/e2e/runner.js", | |||
| "test": "npm run unit && npm run e2e", | |||
| "lint": "eslint --ext .js,.vue src test/unit test/e2e/specs", | |||
| "build": "node build/build.js" | |||
| }, | |||
| "dependencies": { | |||
| "node-sass": "^4.11.0", | |||
| "vue": "^2.5.2", | |||
| "vue-router": "^3.0.1" | |||
| }, | |||
| "devDependencies": { | |||
| "autoprefixer": "^7.1.2", | |||
| "babel-core": "^6.22.1", | |||
| "babel-eslint": "^8.2.1", | |||
| "babel-helper-vue-jsx-merge-props": "^2.0.3", | |||
| "babel-jest": "^21.0.2", | |||
| "babel-loader": "^7.1.1", | |||
| "babel-plugin-dynamic-import-node": "^1.2.0", | |||
| "babel-plugin-syntax-jsx": "^6.18.0", | |||
| "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", | |||
| "babel-plugin-transform-runtime": "^6.22.0", | |||
| "babel-plugin-transform-vue-jsx": "^3.5.0", | |||
| "babel-preset-env": "^1.3.2", | |||
| "babel-preset-stage-2": "^6.22.0", | |||
| "babel-register": "^6.22.0", | |||
| "chalk": "^2.0.1", | |||
| "chromedriver": "^2.27.2", | |||
| "copy-webpack-plugin": "^4.0.1", | |||
| "cross-spawn": "^5.0.1", | |||
| "css-loader": "^0.28.0", | |||
| "eslint": "^4.15.0", | |||
| "eslint-config-standard": "^10.2.1", | |||
| "eslint-friendly-formatter": "^3.0.0", | |||
| "eslint-loader": "^1.7.1", | |||
| "eslint-plugin-import": "^2.7.0", | |||
| "eslint-plugin-node": "^5.2.0", | |||
| "eslint-plugin-promise": "^3.4.0", | |||
| "eslint-plugin-standard": "^3.0.1", | |||
| "eslint-plugin-vue": "^4.0.0", | |||
| "extract-text-webpack-plugin": "^3.0.0", | |||
| "file-loader": "^1.1.4", | |||
| "friendly-errors-webpack-plugin": "^1.6.1", | |||
| "html-webpack-plugin": "^2.30.1", | |||
| "jest": "^22.0.4", | |||
| "jest-serializer-vue": "^0.3.0", | |||
| "nightwatch": "^0.9.12", | |||
| "node-notifier": "^5.1.2", | |||
| "optimize-css-assets-webpack-plugin": "^3.2.0", | |||
| "ora": "^1.2.0", | |||
| "portfinder": "^1.0.13", | |||
| "postcss-import": "^11.0.0", | |||
| "postcss-loader": "^2.0.8", | |||
| "postcss-url": "^7.2.1", | |||
| "rimraf": "^2.6.0", | |||
| "sass-loader": "^7.1.0", | |||
| "selenium-server": "^3.0.1", | |||
| "semver": "^5.3.0", | |||
| "shelljs": "^0.7.6", | |||
| "uglifyjs-webpack-plugin": "^1.1.1", | |||
| "url-loader": "^0.5.8", | |||
| "vue-jest": "^1.0.2", | |||
| "vue-loader": "^13.3.0", | |||
| "vue-style-loader": "^3.0.1", | |||
| "vue-template-compiler": "^2.5.2", | |||
| "webpack": "^3.6.0", | |||
| "webpack-bundle-analyzer": "^2.9.0", | |||
| "webpack-dev-server": "^2.9.1", | |||
| "webpack-merge": "^4.1.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 6.0.0", | |||
| "npm": ">= 3.0.0" | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not ie <= 8" | |||
| ] | |||
| } |
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/components/index/index.vue
0 → 100644
src/components/index/switch/home.vue
0 → 100644
src/components/index/switch/start.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
static/.gitkeep
0 → 100644
static/css/style.ini.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/1/a.png
0 → 100644
3.84 KB
static/img/1/b.png
0 → 100644
20.3 KB
static/img/2/a.png
0 → 100644
3.7 KB
static/img/2/b.png
0 → 100644
10.8 KB
static/img/2019.png
0 → 100644
18.7 KB
static/img/2019抽奖.rar
0 → 100644
File added
static/img/2019抽奖/2019.png
0 → 100644
18.7 KB
static/img/2019抽奖/2019抽奖结果(1).jpg
0 → 100644
475 KB
static/img/2019抽奖/2019抽奖首页(1).jpg
0 → 100644
769 KB
static/img/2019抽奖/2019抽奖首页.jpg
0 → 100644
97.3 KB
static/img/2019抽奖/2019抽奖首页02(1).jpg
0 → 100644
533 KB
static/img/2019抽奖/logo.png
0 → 100644
16.5 KB
static/img/2019抽奖/zhiweidata.png
0 → 100644
18.7 KB
static/img/2019抽奖/新建文件夹/01-02.png
0 → 100644
5.62 KB
static/img/2019抽奖/新建文件夹/01.png
0 → 100644
5.85 KB
static/img/2019抽奖/新建文件夹/02-02.png
0 → 100644
5.09 KB
static/img/2019抽奖/新建文件夹/02.png
0 → 100644
5.09 KB
static/img/2019抽奖/新建文件夹/03-02.png
0 → 100644
11.8 KB
static/img/2019抽奖/新建文件夹/03.png
0 → 100644
11.9 KB
static/img/2019抽奖/新建文件夹/04-02.png
0 → 100644
3.7 KB
static/img/2019抽奖/新建文件夹/04.png
0 → 100644
3.65 KB
static/img/2019抽奖/新建文件夹/05-02.png
0 → 100644
11.8 KB
static/img/2019抽奖/新建文件夹/05.png
0 → 100644
11.7 KB
static/img/2019抽奖/新建文件夹/06-02.png
0 → 100644
9.2 KB
static/img/2019抽奖/新建文件夹/06.png
0 → 100644
9.8 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/年度优秀主管/02.png
0 → 100644
3.7 KB
3.38 KB
10.8 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/年度优秀员工/01.png
0 → 100644
3.84 KB
3.72 KB
20.3 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/年度优秀部门.png
0 → 100644
18.6 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/最佳新人/05.png
0 → 100644
23.6 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/程婧.png
0 → 100644
6.92 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/运气讲/06.png
0 → 100644
15.3 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/运气讲/0602.png
0 → 100644
12.8 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/运气讲/0603.png
0 → 100644
44.1 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/返回01.png
0 → 100644
3.32 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/返回02.png
0 → 100644
3.3 KB
static/img/2019抽奖/新建文件夹/抽奖结果页/部门优秀员工/04.png
0 → 100644
3.51 KB
3.5 KB
5.44 KB
7.56 KB
static/img/3/b.png
0 → 100644
18.6 KB
static/img/4/a.png
0 → 100644
3.51 KB
static/img/4/b.png
0 → 100644
5.44 KB
static/img/5/b.png
0 → 100644
23.6 KB
static/img/6/a.png
0 → 100644
15.3 KB
static/img/6/b.png
0 → 100644
44.1 KB
static/img/avatar/万爱萍.png
0 → 100644
46.9 KB
static/img/avatar/于霄.png
0 → 100644
19.1 KB
static/img/avatar/何思思.png
0 → 100644
79.3 KB
static/img/avatar/余琼.png
0 → 100644
55.8 KB
static/img/avatar/冯莹.png
0 → 100644
18.6 KB
static/img/avatar/刘旭婷.png
0 → 100644
37.1 KB
static/img/avatar/刘晓竟.png
0 → 100644
53.3 KB
static/img/avatar/励雪娇.png
0 → 100644
50 KB
static/img/avatar/单莹茜.png
0 → 100644
28.9 KB
static/img/avatar/叶敏霞.png
0 → 100644
82.1 KB
static/img/avatar/叶鑫.png
0 → 100644
24.4 KB
static/img/avatar/吴俏君.png
0 → 100644
58.5 KB
static/img/avatar/吴成恒.png
0 → 100644
73.9 KB
static/img/avatar/吴斌.png
0 → 100644
23.2 KB
static/img/avatar/吴迪.png
0 → 100644
32.5 KB
static/img/avatar/周倩倩.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/周琴.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/唐丽华.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/夏文燕.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/夏艳珍.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/娄霞.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/孙熠.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/宋子辉.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/应莉琳.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/张志伟.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/张琪.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/张金晓.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/徐佳炜.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/徐婷.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/徐琦翔.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/徐米兰.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/徐颂杰.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/曹丽波.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/朱瑜.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/李万荣.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/李昊阳.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/李福荣.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/李程乾.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/李高叠.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/杨宇.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/杨晓楠.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/林亚妹.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/林旭.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/林沙沙.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/林程彪.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/楼钰汝.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/汪冠鸿.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/汪洪琳.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/沈佳英.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/沈君杰.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/沈巧.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/沈晓慧.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/沈涛.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/洪嘉琪.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/洪小玲.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/满庆丽.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/王丽丽.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/王佳艳.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/王子娟.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/王硕.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/程婧.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/章晓炎.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/章航嘉.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/胡一波.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/胡旭倩.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/胡浩然.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/薛迪安.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/虞诚毅.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/谯瀚.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/赖欣燕.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/郑仲凯.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/钟志苗.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈伟阳.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈俏佩.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈天娇.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈晋豪.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈曦.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈炜涛.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈秋平.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈秋甬.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈聪.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陈青.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/陶心虹.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/雷飞霞.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/韩丽.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/黄群芳.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/avatar/龚书浩.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/back_false.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/back_true.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/background.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/01-02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/01.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/02-02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/03-02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/03.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/04-02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/04.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/05-02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/05.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/06-02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/btns/06.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/zhiweidata.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/member.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/custom-assertions/elementCount.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/nightwatch.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/runner.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/e2e/specs/test.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/.eslintrc
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/jest.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/setup.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/unit/specs/HelloWorld.spec.js
0 → 100644
This diff is collapsed.
Click to expand it.