feat: 增加平台运维 4.0
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
.prettierrc
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
changelog.md
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/proxyList.js
0 → 100644
dist/favicon.ico
0 → 100644
File added
dist/index.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/css/public.css
0 → 100644
dist/static/font/demo.css
0 → 100644
dist/static/font/demo_index.html
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/iconfont.css
0 → 100644
dist/static/font/iconfont.eot
0 → 100644
File added
dist/static/font/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/font/iconfont.ttf
0 → 100644
File added
dist/static/font/iconfont.woff
0 → 100644
File added
dist/static/font/iconfont.woff2
0 → 100644
File added
dist/static/fonts/element-icons.535877f.woff
0 → 100644
File added
dist/static/fonts/element-icons.6f0a763.ttf
0 → 100644
File added
dist/static/fonts/element-icons.732389d.ttf
0 → 100644
File added
dist/static/img/401.089007e.gif
0 → 100644
160 KB
dist/static/img/404.a57b6f3.png
0 → 100644
95.8 KB
dist/static/img/bg.4940ab9.png
0 → 100644
23.4 KB
dist/static/img/bg.png
0 → 100644
23.4 KB
dist/static/img/error_404.bf58747.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/img/error_500.ed0cba4.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/img/failed-load_img.png
0 → 100644
4.55 KB
dist/static/img/favicon2.ico
0 → 100644
File added
dist/static/img/icon-01.png
0 → 100644
3.07 KB
dist/static/img/icon-02.png
0 → 100644
2.02 KB
dist/static/img/icon-03.png
0 → 100644
4.49 KB
dist/static/img/icon-03.png.crdownload
0 → 100644
File added
dist/static/img/iconfont.e06ba06.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/img/img.adb3979.png
0 → 100644
48.8 KB
dist/static/img/img.png
0 → 100644
48.8 KB
dist/static/img/logo.png
0 → 100644
3.99 KB
dist/static/img/logo01.png
0 → 100644
7.37 KB
dist/static/img/no-data_icon.png
0 → 100644
1.81 KB
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
dist/static/js/cookie.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/json/data.json
0 → 100644
favicon.ico
0 → 100644
File added
index.html
0 → 100644
package.json
0 → 100644
{ | |||
"name": "devops-platform", | |||
"version": "1.0.1", | |||
"description": "A Vue.js project", | |||
"author": "zhu_yu_dan <zhuyudan@demogic.com>", | |||
"private": true, | |||
"scripts": { | |||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | |||
"start": "npm run dev", | |||
"build": "node build/build.js", | |||
"formatmac": "onchange 'src/**/*.js' -- prettier --write {{changed}}", | |||
"formatwin": "onchange \"test/**/*.js\" \"src/**/*.js\" \"src/**/*.vue\" -- prettier --write {{changed}}", | |||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", | |||
"release": "/bin/bash ./scripts/release.sh" | |||
}, | |||
"dependencies": { | |||
"axios": "^0.18.0", | |||
"element-ui": "^2.8.2", | |||
"less": "^3.9.0", | |||
"less-loader": "^4.1.0", | |||
"vue": "^2.5.2", | |||
"vue-axios": "^2.1.4", | |||
"vue-router": "^3.0.1", | |||
"vuex": "^3.1.0" | |||
}, | |||
"devDependencies": { | |||
"autoprefixer": "^7.1.2", | |||
"babel-core": "^6.22.1", | |||
"babel-eslint": "^10.0.1", | |||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | |||
"babel-loader": "^7.1.1", | |||
"babel-plugin-syntax-jsx": "^6.18.0", | |||
"babel-plugin-transform-runtime": "^6.22.0", | |||
"babel-plugin-transform-vue-jsx": "^3.5.0", | |||
"babel-polyfill": "^6.26.0", | |||
"babel-preset-env": "^1.3.2", | |||
"babel-preset-stage-2": "^6.22.0", | |||
"chalk": "^2.0.1", | |||
"copy-webpack-plugin": "^4.0.1", | |||
"css-loader": "^0.28.11", | |||
"es6-promise": "^4.2.6", | |||
"eslint": "^5.16.0", | |||
"eslint-config-prettier": "^4.1.0", | |||
"eslint-friendly-formatter": "^4.0.1", | |||
"eslint-loader": "^2.1.2", | |||
"eslint-plugin-prettier": "^3.0.1", | |||
"eslint-plugin-vue": "^5.2.2", | |||
"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", | |||
"js-cookie": "^2.2.0", | |||
"node-notifier": "^5.1.2", | |||
"node-sass": "^4.11.0", | |||
"onchange": "^5.2.0", | |||
"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", | |||
"prettier": "^1.16.4", | |||
"rimraf": "^2.6.0", | |||
"sass-loader": "^7.1.0", | |||
"semver": "^5.3.0", | |||
"shelljs": "^0.7.6", | |||
"uglifyjs-webpack-plugin": "^1.1.1", | |||
"url-loader": "^0.5.8", | |||
"vue-loader": "^13.3.0", | |||
"vue-style-loader": "^3.1.2", | |||
"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" | |||
] | |||
} |
scripts/release.sh
0 → 100644
src/App.vue
0 → 100644
src/api/api.js
0 → 100644
src/api/index.js
0 → 100644
src/assets/401_images/401.gif
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/403_images/error_403.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/404_images/404.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/404_images/404_cloud.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/404_images/error_404.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/500_images/error_500.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/common.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/js/dateFilter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/js/public.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/js/strlen.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/js/validate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/dataLog/log-table.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/haoban/android-table.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/haoban/ios-table.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/haoban/limit-input.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/haoban/limit-textarea.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/haoban/nav-bread.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/tree/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/tree/src/model/node.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/tree/src/model/tree-store.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/tree/src/model/util.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/tree/src/tree-node.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/tree/src/tree.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/treeTable/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/treeTable/eval.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/treeTable/treeTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/yw-footer/foot.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/yw-footer/yw-footer.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/yw-header.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/yw-input/input.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/yw-left-aside.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/yw-other-header.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/yw-top-breadcrumb.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/config/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/filters/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/mixins/emitter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/_import.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/store.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/types.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/error/401.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/error/404.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/errorPage/403.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/errorPage/404.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/errorPage/500.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/errorPage/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/haoban/adList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/haoban/addSet.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/haoban/haobanIndex.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/haoban/runLog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/haoban/setDetail.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/haoban/versionList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/index/entrance.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/index/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/public.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo_index.html
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.eot
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.woff
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.woff2
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/failed-load_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/favicon2.ico
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/icon-01.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/icon-02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/icon-03.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/icon-03.png.crdownload
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/img.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/logo01.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/no-data_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/cookie.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/json/data.json
0 → 100644
This diff is collapsed.
Click to expand it.
theme/fonts/element-icons.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
theme/fonts/element-icons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
theme/index.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.