HK
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
.gitignore.bak
0 → 100644
.postcssrc.js
0 → 100644
FETCH_HEAD
0 → 100644
FTM接口文档.docx
0 → 100644
File added
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/dev-client.js
0 → 100644
build/dev-server.js
0 → 100644
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
index.html
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "gomax", | ||
| "version": "1.0.0", | ||
| "description": "A Vue.js project", | ||
| "author": "wanzhou.li <wanzhou.li@freemud.cn>", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "node build/dev-server.js", | ||
| "start": "node build/dev-server.js", | ||
| "build": "node build/build.js" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.16.2", | ||
| "echarts": "^3.6.2", | ||
| "element-ui": "^1.3.7", | ||
| "vue": "^2.3.3", | ||
| "vue-router": "^2.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "autoprefixer": "^6.7.2", | ||
| "babel-core": "^6.22.1", | ||
| "babel-loader": "^6.2.10", | ||
| "babel-plugin-transform-runtime": "^6.22.0", | ||
| "babel-preset-env": "^1.3.2", | ||
| "babel-preset-stage-2": "^6.22.0", | ||
| "babel-register": "^6.22.0", | ||
| "chalk": "^1.1.3", | ||
| "connect-history-api-fallback": "^1.3.0", | ||
| "copy-webpack-plugin": "^4.0.1", | ||
| "css-loader": "^0.28.0", | ||
| "eventsource-polyfill": "^0.9.6", | ||
| "express": "^4.14.1", | ||
| "extract-text-webpack-plugin": "^2.0.0", | ||
| "file-loader": "^0.11.1", | ||
| "friendly-errors-webpack-plugin": "^1.1.3", | ||
| "html-webpack-plugin": "^2.28.0", | ||
| "http-proxy-middleware": "^0.17.3", | ||
| "webpack-bundle-analyzer": "^2.2.1", | ||
| "semver": "^5.3.0", | ||
| "shelljs": "^0.7.6", | ||
| "opn": "^4.0.2", | ||
| "optimize-css-assets-webpack-plugin": "^1.3.0", | ||
| "ora": "^1.2.0", | ||
| "rimraf": "^2.6.0", | ||
| "url-loader": "^0.5.8", | ||
| "vue-loader": "^12.1.0", | ||
| "vue-style-loader": "^3.0.1", | ||
| "vue-template-compiler": "^2.3.3", | ||
| "webpack": "^2.6.1", | ||
| "webpack-dev-middleware": "^1.10.0", | ||
| "webpack-hot-middleware": "^2.18.0", | ||
| "webpack-merge": "^4.1.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 4.0.0", | ||
| "npm": ">= 3.0.0" | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not ie <= 8" | ||
| ] | ||
| } |
src/App.vue
0 → 100644
src/Pages/LayOut/layout.vue
0 → 100644
src/Pages/task/task.vue
0 → 100644
src/Utils/utils.js
0 → 100644
src/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/logo.png
0 → 100644
6.69 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/Charts/barChart.vue
0 → 100644
src/components/Charts/pieChart.vue
0 → 100644
src/components/CustomBat/BatLibrary.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/CustomBat/CustomBat.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Dashboard/Dashboard.vue
0 → 100644
src/components/Dashboard/Databoard.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Login.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Terminal/BasicMessage.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Terminal/SoftwareVersion.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Terminal/Terminal.vue
0 → 100644
src/components/task/DBMMonitorReport.vue
0 → 100644
src/components/task/ShopDetail.vue
0 → 100644
src/components/task/createDownLoadTask.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/task/createUpload.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/task/list.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/task/listDetail.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/task/showShop.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/task/showTerminal.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100644
src/router.js
0 → 100644
static/.gitkeep
0 → 100644
static/start.png
0 → 100644
22.1 KB
static/stop.png
0 → 100644
158 Bytes
static/stop1.png
0 → 100644
268 Bytes
static/stop2.png
0 → 100644
1.31 KB
static/timg1.png
0 → 100644
67.5 KB
static/zanting.png
0 → 100644
1.54 KB