deploy
parents
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.env.development
0 → 100644
.env.preview
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitattributes
0 → 100644
.github/FUNDING.yml
0 → 100644
.gitignore
0 → 100644
.stylelintrc.js
0 → 100644
.vscode/settings.json
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
This diff is collapsed.
Click to expand it.
README_DClOUD.md
0 → 100644
SECURITY.md
0 → 100644
babel.config.js
0 → 100644
deploy.sh
0 → 100644
http/mock.http
0 → 100644
mock/controller/ad.js
0 → 100644
mock/controller/changeLog.js
0 → 100644
mock/controller/colorfulIcon.js
0 → 100644
mock/controller/goodsDetail.js
0 → 100644
mock/controller/goodsList.js
0 → 100644
mock/controller/icon.js
0 → 100644
This diff is collapsed.
Click to expand it.
mock/controller/menuManagement.js
0 → 100644
mock/controller/notice.js
0 → 100644
mock/controller/personalCenter.js
0 → 100644
mock/controller/remixIcon.js
0 → 100644
This diff is collapsed.
Click to expand it.
mock/controller/roleManagement.js
0 → 100644
mock/controller/router.js
0 → 100644
This diff is collapsed.
Click to expand it.
mock/controller/table.js
0 → 100644
mock/controller/tree.js
0 → 100644
mock/controller/upload.js
0 → 100644
mock/controller/user.js
0 → 100644
mock/controller/userManagement.js
0 → 100644
mock/index.js
0 → 100644
mock/mockServer.js
0 → 100644
mock/static.js
0 → 100644
mock/utils/index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "vue-admin-beautiful", | |||
"version": "1.0.0", | |||
"private": true, | |||
"author": "chuzhixin", | |||
"participants": [], | |||
"homepage": "https://chu1204505056.gitee.io/vue-admin-beautiful", | |||
"scripts": { | |||
"serve": "npm run helper&&vue-cli-service serve", | |||
"build": "npm run helper&&vue-cli-service build", | |||
"build:preview": "npm run helper&&vue-cli-service build --mode preview", | |||
"globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i", | |||
"lint": "vue-cli-service lint --fix", | |||
"lint:style": "stylelint **/*.{vue,css,scss} --fix", | |||
"inspect": "vue-cli-service inspect", | |||
"template": "plop", | |||
"clear": "rimraf node_modules&&cnpm i&&increase-memory-limit", | |||
"use:npm": "nrm use npm", | |||
"use:taobao": "nrm use taobao", | |||
"update": "ncu -u --concurrency 10 --timeout 80000&&cnpm i", | |||
"update:globle": "ncu -g --concurrency 10 --timeout 80000", | |||
"svgo": "svgo -f src/remixIcon/svg --config=svgo.yml", | |||
"push": "start ./push.sh", | |||
"deploy": "start ./deploy.sh", | |||
"increase-memory-limit": "increase-memory-limit", | |||
"helper": "node node_modules/zx-layouts" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/chuzhixin/vue-admin-beautiful.git" | |||
}, | |||
"husky": { | |||
"hooks": { | |||
"pre-commit": "lint-staged" | |||
} | |||
}, | |||
"lint-staged": { | |||
"src/**/*.{js,vue}": [ | |||
"eslint --fix", | |||
"git add" | |||
] | |||
}, | |||
"dependencies": { | |||
"axios": "^0.19.2", | |||
"better-scroll": "^1.15.2", | |||
"clipboard": "^2.0.6", | |||
"codemirror": "^5.55.0", | |||
"core-js": "^3.6.5", | |||
"dayjs": "^1.8.29", | |||
"echarts": "^4.8.0", | |||
"echarts-wordcloud": "^1.1.3", | |||
"element-ui": "^2.13.2", | |||
"file-saver": "^2.0.2", | |||
"js-cookie": "^2.2.1", | |||
"jsencrypt": "^3.0.0-rc.1", | |||
"jsonlint": "^1.6.3", | |||
"lodash": "^4.17.19", | |||
"maptalks": "^0.47.5", | |||
"mapv": "^2.0.56", | |||
"nprogress": "^0.2.0", | |||
"qs": "^6.9.4", | |||
"screenfull": "^5.0.2", | |||
"vue": "^2.6.11", | |||
"vue-amap": "^0.5.10", | |||
"vue-echarts": "^5.0.0-beta.0", | |||
"vue-qart": "^2.2.0", | |||
"vue-router": "^3.3.4", | |||
"vuedraggable": "^2.24.0", | |||
"vuex": "^3.5.1", | |||
"xlsx": "^0.16.3", | |||
"zx-comparison": "^1.0.3", | |||
"zx-count": "^0.3.7", | |||
"zx-icon": "^1.1.1", | |||
"zx-keel": "^0.9.4", | |||
"zx-layouts": "^0.5.7", | |||
"zx-magnifie": "^0.4.0", | |||
"zx-markdown-editor": "^0.0.2", | |||
"zx-player": "^0.9.6", | |||
"zx-quill": "^0.0.2", | |||
"zx-templates": "^0.0.10", | |||
"zx-verify": "^0.0.2" | |||
}, | |||
"devDependencies": { | |||
"@babel/register": "^7.10.4", | |||
"@vue/cli-plugin-babel": "^4.4.6", | |||
"@vue/cli-plugin-eslint": "^4.4.6", | |||
"@vue/cli-plugin-router": "^4.4.6", | |||
"@vue/cli-plugin-vuex": "^4.4.6", | |||
"@vue/cli-service": "^4.4.6", | |||
"@vue/eslint-config-prettier": "^6.0.0", | |||
"autoprefixer": "^9.8.5", | |||
"babel-eslint": "^10.1.0", | |||
"compression-webpack-plugin": "^4.0.0", | |||
"eslint": "^7.4.0", | |||
"eslint-plugin-prettier": "^3.1.4", | |||
"eslint-plugin-vue": "^6.2.2", | |||
"filemanager-webpack-plugin": "^2.0.5", | |||
"husky": "^4.2.5", | |||
"image-webpack-loader": "^6.0.0", | |||
"increase-memory-limit": "^1.0.7", | |||
"lint-staged": "^10.2.11", | |||
"mockjs": "^1.1.0", | |||
"plop": "^2.7.1", | |||
"prettier": "^2.0.5", | |||
"sass": "^1.26.10", | |||
"sass-loader": "^9.0.2", | |||
"script-loader": "^0.7.2", | |||
"stylelint": "^13.6.1", | |||
"stylelint-config-recess-order": "^2.0.4", | |||
"stylelint-config-standard": "^20.0.0", | |||
"stylelint-order": "^4.1.0", | |||
"svg-sprite-loader": "^5.0.0", | |||
"svgo": "^1.3.2", | |||
"vue-template-compiler": "^2.6.11", | |||
"webpackbar": "^4.0.0" | |||
}, | |||
"engines": { | |||
"node": ">=8.9", | |||
"npm": ">= 3.0.0" | |||
} | |||
} |
plopfile.js
0 → 100644
postcss.config.js
0 → 100644
prettier.config.js
0 → 100644
public/favicon.ico
0 → 100644
File added
public/favicon_backup.ico
0 → 100644
File added
public/index.html
0 → 100644
public/static/css/loading.css
0 → 100644
push.sh
0 → 100644
src/App.vue
0 → 100644
src/api/ad.js
0 → 100644
src/api/changeLog.js
0 → 100644
src/api/colorfulIcon.js
0 → 100644
src/api/face.js
0 → 100644
src/api/github.js
0 → 100644
src/api/goodsDetail.js
0 → 100644
src/api/goodsList.js
0 → 100644
src/api/icon.js
0 → 100644
src/api/menuManagement.js
0 → 100644
src/api/notice.js
0 → 100644
src/api/personalCenter.js
0 → 100644
src/api/publicKey.js
0 → 100644
src/api/remixIcon.js
0 → 100644
src/api/roleManagement.js
0 → 100644
src/api/router.js
0 → 100644
src/api/table.js
0 → 100644
src/api/tree.js
0 → 100644
src/api/user.js
0 → 100644
src/api/userManagement.js
0 → 100644
src/assets/comparison/left.jpg
0 → 100644

72.6 KB
src/assets/comparison/right.jpg
0 → 100644

94.9 KB
src/assets/error_images/401.png
0 → 100644

57 KB
src/assets/error_images/404.png
0 → 100644

22.9 KB
src/assets/error_images/cloud.png
0 → 100644

1.98 KB
src/assets/ewm.png
0 → 100644

3.41 KB
src/assets/login_images/background.jpg
0 → 100644

133 KB
src/assets/qr_logo/lqr_logo.png
0 → 100644

8.56 KB
src/colorfulIcon/index.js
0 → 100644
src/colorfulIcon/svg/vab.svg
0 → 100644
src/components/ColorfullIcon/index.vue
0 → 100644
src/components/JsonEditor/index.vue
0 → 100644
src/components/RemixIcon/index.vue
0 → 100644
src/components/SelectTree/index.vue
0 → 100644
src/components/UploadExcel/index.vue
0 → 100644
src/components/VabCharge/index.vue
0 → 100644
src/components/VabImage/index.vue
0 → 100644
src/components/VabProfile/index.vue
0 → 100644
src/components/VabQrCode/index.vue
0 → 100644
src/components/VabQueryForm/index.vue
0 → 100644
src/components/VabQuill/index.vue
0 → 100644
src/components/VabSnow/index.vue
0 → 100644
src/components/VabSticky/index.vue
0 → 100644
src/components/VabUpload/index.vue
0 → 100644
src/config/permission.js
0 → 100644
src/config/settings.js
0 → 100644
src/directive/drag/drag.js
0 → 100644
src/directive/drag/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/permissions/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/permissions/permissions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/EmptyLayout.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/components/Ad/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/components/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layouts/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/echarts.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/element.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/support.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vab-echarts-theme.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vabComparison.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vabIcon.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vabKeel.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vabMagnifier.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vabMarkdownEditor.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vabPlayer.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vabQuill.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/vabVerify.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/remixIcon/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/remixIcon/svg/qq-fill.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/remixIcon/svg/vuejs-fill.svg
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/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/errorLog.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/routes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/settings.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/table.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/tagsBar.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/element-variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/loading.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/normalize.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/spinner/dots.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/spinner/gauge.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/spinner/inner-circles.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/spinner/plus.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/transition.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/vab.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/accessToken.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/clipboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/encrypt.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/errorLog.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/handleRoutes.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/utils/pageTitle.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/request.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/vab.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/validate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vendor/ExportExcel.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/401.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/404.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.
src/views/login/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/goodsDetail/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/goodsList/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/pay/components/Step1.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/pay/components/Step2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/pay/components/Step3.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/pay/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/personalCenter/index.vue
0 → 100644
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.
src/views/register/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/test/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/backToTop/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/betterScroll/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/card/index.vue
0 → 100644
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.
src/views/vab/codeGenerator/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/echarts/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/editor/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/element/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/vab/errorLog/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/excel/exportExcel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/vab/excel/exportSelectExcel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/excel/uploadExcel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/form/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/icon/colorfulIcon.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/icon/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/icon/remixIcon.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/imgComparison/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/loading/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/lodash/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/magnifier/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/map/amap.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/map/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/markdown/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/markdown/js/markdown.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/markdownEditor/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/more/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/nested/menu1/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/nested/menu1/menu1-1/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/vab/permissions/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/player/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/qrCode/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/smallComponents/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/sticky/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/table/components/TableEdit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/table/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/table/inlineEditTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/tree/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/upload/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/verify/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/vab/webSocket/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
svgo.yml
0 → 100644
This diff is collapsed.
Click to expand it.
vue.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment