update: init repo
parents
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
commitlint.config.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "message-operation", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"serve": "vue-cli-service serve", | |||
"dev": "vue-cli-service serve", | |||
"start": "vue-cli-service serve", | |||
"build": "vue-cli-service build", | |||
"lint": "vue-cli-service lint" | |||
}, | |||
"dependencies": { | |||
"@babel/plugin-proposal-optional-chaining": "^7.11.0", | |||
"axios": "^0.19.2", | |||
"vue-clipboard2": "^0.1.1", | |||
"core-js": "^2.6.5", | |||
"element-ui": "^2.13.0", | |||
"js-cookie": "^2.2.0", | |||
"vue": "^2.6.11", | |||
"vue-router": "^3.1.5" | |||
}, | |||
"devDependencies": { | |||
"@commitlint/cli": "^11.0.0", | |||
"@commitlint/config-conventional": "^11.0.0", | |||
"@vue/cli-plugin-babel": "^3.8.0", | |||
"@vue/cli-plugin-eslint": "^3.8.0", | |||
"@vue/cli-service": "^3.8.0", | |||
"@vue/eslint-config-standard": "^4.0.0", | |||
"babel-eslint": "^10.0.1", | |||
"eslint": "^5.16.0", | |||
"eslint-plugin-vue": "^5.0.0", | |||
"husky": "^4.3.0", | |||
"less": "^3.9.0", | |||
"less-loader": "^5.0.0", | |||
"lint-staged": "^8.1.5", | |||
"node-sass": "^4.9.0", | |||
"qs": "^6.7.0", | |||
"sass-loader": "^7.1.0", | |||
"stylus": "^0.54.5", | |||
"stylus-loader": "^3.0.2", | |||
"vue-template-compiler": "^2.6.10" | |||
}, | |||
"husky": { | |||
"hooks": { | |||
"pre-commit": "lint-staged", | |||
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" | |||
} | |||
}, | |||
"lint-staged": { | |||
"*.{js,vue}": [ | |||
"vue-cli-service lint", | |||
"git add" | |||
] | |||
} | |||
} |
postcss.config.js
0 → 100644
public/favicon2.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/getFetch.js
0 → 100644
src/api/operation.js
0 → 100644
src/components/aside-menu.vue
0 → 100644
src/components/breadcrumb.vue
0 → 100644
src/components/module-view.vue
0 → 100644
src/components/page-tabs.vue
0 → 100644
src/components/yw-header.vue
0 → 100644
src/config/index.js
0 → 100644
src/filters/index.js
0 → 100644
src/images/ETL-warn.png
0 → 100644
8.45 KB
src/images/beats-warn.png
0 → 100644
7.15 KB
src/images/data-warn.png
0 → 100644
7.01 KB
src/images/font-icon/demo.css
0 → 100644
src/images/font-icon/demo_index.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/images/font-icon/iconfont.css
0 → 100644
src/images/font-icon/iconfont.eot
0 → 100644
File added
src/images/font-icon/iconfont.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/images/font-icon/iconfont.json
0 → 100644
src/images/font-icon/iconfont.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/images/font-icon/iconfont.ttf
0 → 100644
File added
src/images/font-icon/iconfont.woff
0 → 100644
File added
src/images/font-icon/iconfont.woff2
0 → 100644
File added
src/images/interface-warn.png
0 → 100644
6.87 KB
src/images/login-bg.png
0 → 100644
88.9 KB
src/images/logo-login.png
0 → 100644
2.1 KB
src/images/logo.png
0 → 100644
3.74 KB
src/images/no-data_icon.png
0 → 100644
1.81 KB
src/images/no_checker_icon.png
0 → 100644
5.49 KB
src/images/notice-logo.png
0 → 100644
5.16 KB
src/layout/layout.vue
0 → 100644
src/main.js
0 → 100644
src/router/import.js
0 → 100644
src/router/index.js
0 → 100644
src/router/routes.js
0 → 100644
src/styles/colors.less
0 → 100644
src/styles/component.less
0 → 100644
src/styles/fonts/element-icons.ttf
0 → 100644
File added
src/styles/fonts/element-icons.woff
0 → 100644
File added
src/styles/reset.less
0 → 100644
src/utils/auth.js
0 → 100644
src/utils/clipboard.js
0 → 100644
src/utils/request.js
0 → 100644
src/views/404.vue
0 → 100644
src/views/message/index.vue
0 → 100644
src/views/no-access.vue
0 → 100644
vue.config.js
0 → 100644