初始化项目
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintrc
0 → 100644
README.md
0 → 100644
build/build.prd.js
0 → 100644
build/vue-loader.config.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/config.js
0 → 100644
favicon.ico
0 → 100644
File added
index.html
0 → 100644
logo.png
0 → 100644
6.69 KB
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": "webpack-vue", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "dev": "cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --history-api-fallback --config build/webpack.dev.conf.js", | ||
| "start": "npm run dev", | ||
| "build": "cross-env NODE_ENV=production node build/build.prd.js", | ||
| "lint": "eslint --ext .js --ext .jsx --ext .vue client/", | ||
| "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", | ||
| "precommit": "npm run lint-fix" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.2.0", | ||
| "@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
| "@babel/plugin-transform-runtime": "^7.2.0", | ||
| "@babel/polyfill": "^7.0.0", | ||
| "@babel/preset-env": "^7.2.0", | ||
| "@babel/runtime": "^7.2.0", | ||
| "@babel/runtime-corejs2": "^7.7.4", | ||
| "autoprefixer": "^9.3.1", | ||
| "babel-eslint": "^10.1.0", | ||
| "babel-loader": "^8.0.4", | ||
| "chalk": "^2.3.0", | ||
| "copy-webpack-plugin": "^4.3.1", | ||
| "cross-env": "^5.1.3", | ||
| "css-loader": "^0.28.7", | ||
| "eslint": "^4.16.0", | ||
| "eslint-config-standard": "^11.0.0-beta.0", | ||
| "eslint-loader": "^1.9.0", | ||
| "eslint-plugin-html": "^4.0.1", | ||
| "eslint-plugin-import": "^2.8.0", | ||
| "eslint-plugin-node": "^5.2.1", | ||
| "eslint-plugin-promise": "^3.6.0", | ||
| "eslint-plugin-standard": "^3.0.1", | ||
| "extract-text-webpack-plugin": "^3.0.2", | ||
| "file-loader": "^4.0.0", | ||
| "friendly-errors-webpack-plugin": "^1.6.1", | ||
| "html-webpack-plugin": "^2.30.1", | ||
| "less": "^2.7.3", | ||
| "less-loader": "^4.0.5", | ||
| "lodash": "^4.17.21", | ||
| "node-notifier": "^5.1.2", | ||
| "node-sass": "^4.14.1", | ||
| "optimize-css-assets-webpack-plugin": "^3.2.0", | ||
| "ora": "^1.3.0", | ||
| "postcss-loader": "^2.0.10", | ||
| "rimraf": "^2.6.2", | ||
| "sass-loader": "^7.1.0", | ||
| "url-loader": "^0.6.2", | ||
| "vue-awesome-swiper": "^3.1.3", | ||
| "vue-loader": "^13.6.1", | ||
| "vue-style-loader": "^3.0.3", | ||
| "vue-template-compiler": "^2.5.13", | ||
| "webpack": "^3.10.0", | ||
| "webpack-dev-server": "^2.9.7", | ||
| "webpack-merge": "^4.1.1" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.17.1", | ||
| "echarts": "^5.0.2", | ||
| "vue": "^2.5.13", | ||
| "vue-awesome-swiper": "^3.1.3", | ||
| "vue-count-to": "^1.0.13", | ||
| "vue-router": "^3.0.1", | ||
| "vue-seamless-scroll": "^1.1.23", | ||
| "vuex": "^3.0.1" | ||
| } | ||
| } |
postcss.config.js
0 → 100644
src/App.vue
0 → 100644
1.04 KB
1.03 KB
1.04 KB
1.03 KB
src/components/ContentContainer/index.vue
0 → 100644
src/components/CountRoll.vue
0 → 100644
src/components/CountTo.vue
0 → 100644
src/components/Header/index.vue
0 → 100644
src/components/Layout.vue
0 → 100644
src/components/echarts/index.vue
0 → 100644
src/index.js
0 → 100644
src/public/mixins/index.js
0 → 100644
src/public/mixins/mixinChart.js
0 → 100644
src/public/plugins/index.js
0 → 100644
src/public/utils/constant.js
0 → 100644
src/public/utils/deepMerge.js
0 → 100644
src/public/utils/refreshSize.js
0 → 100644
src/public/utils/type.js
0 → 100644
src/public/utils/utils.js
0 → 100644
src/request/apis.js
0 → 100644
src/request/axiosPlugin.js
0 → 100644
src/request/index.js
0 → 100644
src/router/router.js
0 → 100644
src/router/routes.js
0 → 100644
src/store/actions/index.js
0 → 100644
src/store/getters/index.js
0 → 100644
src/store/index.js
0 → 100644
src/store/mutations/index.js
0 → 100644
src/store/state/index.js
0 → 100644
static/styles/less/Less-mixins.less
0 → 100644
static/styles/less/common.less
0 → 100644
static/styles/less/layout.less
0 → 100644
static/styles/reset.css
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.