ls
parents
Showing
.babelrc
0 → 100644
.electron-vue/build.js
0 → 100644
.electron-vue/dev-client.js
0 → 100644
.electron-vue/dev-runner.js
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
README.md
0 → 100644
appveyor.yml
0 → 100644
build/icons/256x256.png
0 → 100644
34.7 KB
build/icons/icon.icns
0 → 100644
File added
build/icons/icon.ico
0 → 100644
257 KB
dist/electron/.gitkeep
0 → 100644
dist/web/.gitkeep
0 → 100644
package.json
0 → 100644
{ | ||
"name": "slice", | ||
"version": "0.0.1", | ||
"author": "wangdongMAC <897253127@qq.com>", | ||
"description": "A National Key Research Project AI ", | ||
"license": null, | ||
"main": "./dist/electron/main.js", | ||
"scripts": { | ||
"build": "node .electron-vue/build.js && electron-builder", | ||
"build:dir": "node .electron-vue/build.js && electron-builder --dir", | ||
"build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js", | ||
"build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js", | ||
"dev": "node .electron-vue/dev-runner.js", | ||
"pack": "npm run pack:main && npm run pack:renderer", | ||
"pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js", | ||
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js", | ||
"postinstall": "" | ||
}, | ||
"build": { | ||
"productName": "slice", | ||
"appId": "com.ustb-oai", | ||
"directories": { | ||
"output": "build" | ||
}, | ||
"files": [ | ||
"dist/electron/**/*" | ||
], | ||
"dmg": { | ||
"contents": [ | ||
{ | ||
"x": 410, | ||
"y": 150, | ||
"type": "link", | ||
"path": "/Applications" | ||
}, | ||
{ | ||
"x": 130, | ||
"y": 150, | ||
"type": "file" | ||
} | ||
] | ||
}, | ||
"mac": { | ||
"icon": "build/icons/icon.icns" | ||
}, | ||
"win": { | ||
"icon": "build/icons/icon.ico" | ||
}, | ||
"linux": { | ||
"icon": "build/icons" | ||
} | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1", | ||
"chartjs": "^0.3.24", | ||
"echart": "^0.1.3", | ||
"echarts": "^5.0.2", | ||
"element-ui": "^2.15.1", | ||
"lodash": "^4.17.21", | ||
"qs": "^6.10.1", | ||
"ssh2": "^0.8.9", | ||
"v-charts-v2": "^2.0.9", | ||
"vue": "^2.5.16", | ||
"vue-electron": "^1.0.6", | ||
"vue-json-tree-view": "^2.1.6", | ||
"vue-router": "^3.0.1", | ||
"vue2-highcharts": "^1.2.5" | ||
}, | ||
"devDependencies": { | ||
"ajv": "^6.5.0", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.4", | ||
"babel-minify-webpack-plugin": "^0.3.1", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.7.0", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"babel-register": "^6.26.0", | ||
"cfonts": "^2.1.2", | ||
"chalk": "^2.4.1", | ||
"copy-webpack-plugin": "^4.5.1", | ||
"cross-env": "^5.1.6", | ||
"css-loader": "^0.28.11", | ||
"del": "^3.0.0", | ||
"devtron": "^1.4.0", | ||
"electron": "^2.0.4", | ||
"electron-builder": "^20.19.2", | ||
"electron-debug": "^1.5.0", | ||
"electron-devtools-installer": "^2.2.4", | ||
"file-loader": "^1.1.11", | ||
"html-webpack-plugin": "^3.2.0", | ||
"mini-css-extract-plugin": "0.4.0", | ||
"multispinner": "^0.2.1", | ||
"node-loader": "^0.6.0", | ||
"style-loader": "^0.21.0", | ||
"url-loader": "^1.0.1", | ||
"vue-html-loader": "^1.2.4", | ||
"vue-loader": "^15.2.4", | ||
"vue-style-loader": "^4.1.0", | ||
"vue-template-compiler": "^2.5.16", | ||
"webpack": "^4.15.1", | ||
"webpack-cli": "^3.0.8", | ||
"webpack-dev-server": "^3.1.4", | ||
"webpack-hot-middleware": "^2.22.2", | ||
"webpack-merge": "^4.1.3" | ||
} | ||
} |
src/index.ejs
0 → 100644
src/main/index.dev.js
0 → 100644
src/main/index.js
0 → 100644
src/renderer/App.vue
0 → 100644
src/renderer/assets/.gitkeep
0 → 100644
src/renderer/assets/logo.png
0 → 100644
60.4 KB
265 KB
79 KB
src/renderer/assets/ustb.jpg
0 → 100644
94.9 KB
7.65 KB
src/renderer/main.js
0 → 100644
src/renderer/router/index.js
0 → 100644
src/utils/flexranAPI.js
0 → 100644
static/.gitkeep
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.