提交
parents
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.env
0 → 100644
.env.development
0 → 100644
.env.preview
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
README.zh.md
0 → 100644
babel.config.js
0 → 100644
d2-admin.babel
0 → 100644
dependencies-cdn.js
0 → 100644
jest.config.js
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "d2-admin", | |||
| "version": "1.20.1", | |||
| "scripts": { | |||
| "serve": "vue-cli-service serve --open", | |||
| "start": "npm run serve", | |||
| "dev": "npm run serve", | |||
| "build": "vue-cli-service build", | |||
| "build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview", | |||
| "lint": "vue-cli-service lint --fix", | |||
| "test:unit": "vue-cli-service test:unit" | |||
| }, | |||
| "dependencies": { | |||
| "axios": "^0.19.0", | |||
| "axios-mock-adapter": "^1.18.1", | |||
| "better-scroll": "^1.15.2", | |||
| "core-js": "^3.4.3", | |||
| "dayjs": "^1.8.17", | |||
| "element-ui": "^2.15.6", | |||
| "faker": "^4.1.0", | |||
| "flex.css": "^1.1.7", | |||
| "fuse.js": "^5.2.3", | |||
| "hotkeys-js": "^3.7.3", | |||
| "js-cookie": "^2.2.1", | |||
| "lodash": "^4.17.19", | |||
| "lowdb": "^1.0.0", | |||
| "nprogress": "^0.2.0", | |||
| "screenfull": "^5.0.2", | |||
| "sortablejs": "^1.10.1", | |||
| "ua-parser-js": "^0.7.20", | |||
| "vue": "^2.6.11", | |||
| "vue-i18n": "^8.15.1", | |||
| "vue-router": "^3.1.3", | |||
| "vuex": "^3.1.2" | |||
| }, | |||
| "devDependencies": { | |||
| "@d2-projects/vue-filename-injector": "^1.1.0", | |||
| "@kazupon/vue-i18n-loader": "^0.5.0", | |||
| "@vue/cli-plugin-babel": "^4.1.0", | |||
| "@vue/cli-plugin-eslint": "^4.1.0", | |||
| "@vue/cli-plugin-router": "^4.1.0", | |||
| "@vue/cli-plugin-unit-jest": "^4.1.0", | |||
| "@vue/cli-plugin-vuex": "^4.1.0", | |||
| "@vue/cli-service": "^4.1.0", | |||
| "@vue/eslint-config-standard": "^5.1.2", | |||
| "@vue/test-utils": "^1.0.2", | |||
| "babel-eslint": "^10.0.3", | |||
| "compression-webpack-plugin": "^3.0.1", | |||
| "cz-conventional-changelog": "^3.2.0", | |||
| "eslint": "^6.8.0", | |||
| "eslint-plugin-import": "^2.20.2", | |||
| "eslint-plugin-node": "^11.1.0", | |||
| "eslint-plugin-promise": "^4.2.1", | |||
| "eslint-plugin-standard": "^4.0.1", | |||
| "eslint-plugin-vue": "^6.2.2", | |||
| "sass": "^1.23.7", | |||
| "sass-loader": "^8.0.0", | |||
| "svg-sprite-loader": "^4.1.6", | |||
| "text-loader": "^0.0.1", | |||
| "vue-cli-plugin-i18n": "^1.0.1", | |||
| "vue-template-compiler": "^2.6.10", | |||
| "webpack-bundle-analyzer": "^3.6.0", | |||
| "webpack-theme-color-replacer": "^1.3.3" | |||
| }, | |||
| "config": { | |||
| "commitizen": { | |||
| "path": "./node_modules/cz-conventional-changelog" | |||
| } | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/d2-projects/d2-admin.git" | |||
| } | |||
| } |
public/icon.ico
0 → 100644
66.1 KB
public/icon.ico.jpg
0 → 100644
11 KB
public/image/background.jpg
0 → 100644
880 KB
6.3 KB
6.49 KB
3.33 KB
2.54 KB
6.62 KB
3.17 KB
3.95 KB
6.44 KB
3.26 KB
2.78 KB
86.3 KB
6.62 KB
3.17 KB
16.3 KB
359 KB
4.81 KB
2.4 KB
47.9 KB
6.16 KB
2.86 KB
4.81 KB
2.4 KB
20.5 KB
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/index.js
0 → 100644
src/api/service.js
0 → 100644
src/api/tools.js
0 → 100644
src/assets/style/public.scss
0 → 100644
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
src/components/index.js
0 → 100644
src/i18n.js
0 → 100644
src/libs/common/constant.js
0 → 100644
src/libs/util.cookies.js
0 → 100644
src/libs/util.db.js
0 → 100644
src/libs/util.js
0 → 100644
src/libs/util.log.js
0 → 100644
src/locales/en.json
0 → 100644
src/locales/ja.json
0 → 100644
src/locales/mixin.js
0 → 100644
src/locales/zh-chs.json
0 → 100644
src/locales/zh-cht.json
0 → 100644
src/main.js
0 → 100644
src/menu/index.js
0 → 100644
src/plugin/api/index.js
0 → 100644
src/plugin/d2admin/index.js
0 → 100644
src/plugin/error/index.js
0 → 100644
src/plugin/log/index.js
0 → 100644
src/plugin/open/index.js
0 → 100644
src/router/index.js
0 → 100644
src/router/routes.js
0 → 100644
src/setting.js
0 → 100644
src/store/index.js
0 → 100644
src/utils/json.js
0 → 100644
src/utils/tool.js
0 → 100644
src/views/homePage/index.vue
0 → 100644
9.04 KB
45 KB
6.87 KB
12.5 KB
tests/request.http
0 → 100644
tests/unit/.eslintrc.js
0 → 100644
vue.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.