Merge branch 'master' into 'develop'
初始化控制端 See merge request !1
Showing
.gitignore
0 → 100644
ctr/.browserslistrc
0 → 100644
ctr/.env.develop
0 → 100644
ctr/.env.production
0 → 100644
ctr/.env.test
0 → 100644
ctr/.eslintrc.js
0 → 100644
ctr/.gitignore
0 → 100644
ctr/README copy.md
0 → 100644
ctr/README.md
0 → 100644
ctr/babel.config.js
0 → 100644
ctr/package.json
0 → 100644
{ | ||
"name": "vue-project-template", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve --mode develop", | ||
"dev": "npm run serve", | ||
"start": "npm run serve", | ||
"build": "vue-cli-service build --mode production", | ||
"build:test": "vue-cli-service build --mode test", | ||
"lint": "vue-cli-service lint", | ||
"test:unit": "vue-cli-service test:unit" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.19.0", | ||
"babel-polyfill": "^6.26.0", | ||
"core-js": "^2.6.5", | ||
"cross-env": "^5.2.0", | ||
"lib-flexible": "^0.3.2", | ||
"postcss-pxtorem": "^4.0.1", | ||
"register-service-worker": "^1.6.2", | ||
"uglifyjs-webpack-plugin": "^2.1.3", | ||
"vconsole": "^3.3.4", | ||
"vue": "^2.6.10", | ||
"vue-awesome-swiper": "^3.1.3", | ||
"vue-router": "^3.1.5", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^3.8.0", | ||
"@vue/cli-plugin-eslint": "^3.8.0", | ||
"@vue/cli-plugin-pwa": "^3.8.0", | ||
"@vue/cli-plugin-unit-mocha": "^3.8.0", | ||
"@vue/cli-service": "^3.8.0", | ||
"@vue/test-utils": "1.0.0-beta.29", | ||
"babel-eslint": "^10.0.1", | ||
"chai": "^4.1.2", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-vue": "^5.0.0", | ||
"lint-staged": "^8.1.5", | ||
"node-sass": "^4.9.0", | ||
"sass-loader": "^7.1.0", | ||
"vue-template-compiler": "^2.6.10" | ||
}, | ||
"gitHooks": { | ||
"pre-commit": "lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*.{js,vue}": [ | ||
"vue-cli-service lint --fix --no-verify", | ||
"git add" | ||
] | ||
} | ||
} |
ctr/postcss.config.js
0 → 100644
ctr/public/common/animate.css
0 → 100644
This diff is collapsed.
Click to expand it.
ctr/public/common/swiper.animate1.0.2.min.js
0 → 100644
ctr/public/favicon.ico
0 → 100644
File added
9.2 KB
29.1 KB
3.29 KB
3.95 KB
4.57 KB
1.46 KB
1.78 KB
ctr/public/img/icons/apple-touch-icon.png
0 → 100644
4.57 KB
ctr/public/img/icons/favicon-16x16.png
0 → 100644
799 Bytes
ctr/public/img/icons/favicon-32x32.png
0 → 100644
1.24 KB
1.14 KB
ctr/public/img/icons/mstile-150x150.png
0 → 100644
4.18 KB
ctr/public/img/icons/safari-pinned-tab.svg
0 → 100644
This diff is collapsed.
Click to expand it.
ctr/public/index.html
0 → 100644
ctr/public/manifest.json
0 → 100644
ctr/public/robots.txt
0 → 100644
ctr/public/share.jpeg
0 → 100644
122 KB
ctr/src/App.vue
0 → 100644
ctr/src/api/api.js
0 → 100644
ctr/src/api/index.js
0 → 100644
ctr/src/api/login.js
0 → 100644
ctr/src/assets/FZDHTJW.TTF
0 → 100755
File added
ctr/src/assets/animate.scss
0 → 100644
This diff is collapsed.
Click to expand it.
ctr/src/assets/app.scss
0 → 100644
ctr/src/assets/logo.png
0 → 100644
6.69 KB
ctr/src/components/HelloWorld.vue
0 → 100644
ctr/src/components/audio.vue
0 → 100644
ctr/src/main.js
0 → 100644
ctr/src/registerServiceWorker.js
0 → 100644
ctr/src/router/index.js
0 → 100644
ctr/src/store/getters.js
0 → 100644
ctr/src/store/index.js
0 → 100644
ctr/src/store/modules/app.js
0 → 100644
ctr/src/store/modules/user.js
0 → 100644
ctr/src/utils/auth.js
0 → 100644
ctr/src/utils/common.js
0 → 100644
ctr/src/utils/flexible.js
0 → 100644
ctr/src/utils/index.js
0 → 100644
ctr/src/utils/request.js
0 → 100644
ctr/src/utils/share.js
0 → 100644
ctr/src/utils/validate.js
0 → 100644
ctr/src/views/About.vue
0 → 100644
ctr/src/views/Home.vue
0 → 100644
ctr/src/views/config.js
0 → 100644
ctr/src/views/index.vue
0 → 100644
ctr/test copy.js
0 → 100644
ctr/test.js
0 → 100644
ctr/tests/unit/.eslintrc.js
0 → 100644
ctr/tests/unit/example.spec.js
0 → 100644
ctr/vue.config.js
0 → 100644
Please
register
or
sign in
to comment