jeecg-boot 1.0版本发布
Showing
111
deleted
100644 → 0
README.md
0 → 100644
ant-design-jeecg-vue/.editorconfig
0 → 100644
ant-design-jeecg-vue/.gitattributes
0 → 100644
ant-design-jeecg-vue/.gitignore
0 → 100644
ant-design-jeecg-vue/.prettierrc
0 → 100644
ant-design-jeecg-vue/LICENSE
0 → 100644
ant-design-jeecg-vue/README.md
0 → 100644
ant-design-jeecg-vue/babel.config.js
0 → 100644
ant-design-jeecg-vue/idea.config.js
0 → 100644
ant-design-jeecg-vue/package.json
0 → 100644
| { | ||
| "name": "vue-antd-pro", | ||
| "version": "1.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve --open", | ||
| "build": "vue-cli-service build", | ||
| "lint": "vue-cli-service lint", | ||
| "test:unit": "vue-cli-service test:unit", | ||
| "test:e2e": "vue-cli-service test:e2e" | ||
| }, | ||
| "dependencies": { | ||
| "@antv/data-set": "^0.10.1", | ||
| "ant-design-vue": "^1.3.1", | ||
| "axios": "^0.18.0", | ||
| "dayjs": "^1.8.0", | ||
| "enquire.js": "^2.1.6", | ||
| "js-cookie": "^2.2.0", | ||
| "lodash.get": "^4.4.2", | ||
| "lodash.pick": "^4.4.0", | ||
| "md5": "^2.2.1", | ||
| "nprogress": "^0.2.0", | ||
| "viser-vue": "^2.4.4", | ||
| "vue": "^2.5.22", | ||
| "vue-class-component": "^6.0.0", | ||
| "vue-cropper": "^0.4.8", | ||
| "vue-i18n": "^8.7.0", | ||
| "vue-ls": "^3.2.0", | ||
| "vue-print-nb": "^1.0.3", | ||
| "vue-property-decorator": "^7.3.0", | ||
| "vue-router": "^3.0.1", | ||
| "vuex": "^3.0.1", | ||
| "vuex-class": "^0.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/polyfill": "^7.2.5", | ||
| "@vue/cli-plugin-babel": "^3.3.0", | ||
| "@vue/cli-plugin-eslint": "^3.3.0", | ||
| "@vue/cli-service": "^3.3.0", | ||
| "@vue/eslint-config-standard": "^4.0.0", | ||
| "babel-eslint": "^10.0.1", | ||
| "eslint": "^5.12.0", | ||
| "eslint-plugin-vue": "^5.1.0", | ||
| "less": "^3.8.1", | ||
| "less-loader": "^4.1.0", | ||
| "node-sass": "^4.11.0", | ||
| "sass-loader": "^7.0.1", | ||
| "vue-template-compiler": "^2.5.22" | ||
| }, | ||
| "eslintConfig": { | ||
| "root": true, | ||
| "env": { | ||
| "node": true | ||
| }, | ||
| "extends": [ | ||
| "plugin:vue/strongly-recommended", | ||
| "eslint:recommended" | ||
| ], | ||
| "parserOptions": { | ||
| "parser": "babel-eslint" | ||
| }, | ||
| "rules": { | ||
| "generator-star-spacing": "off", | ||
| "no-mixed-operators": 0, | ||
| "vue/max-attributes-per-line": [ | ||
| 2, | ||
| { | ||
| "singleline": 5, | ||
| "multiline": { | ||
| "max": 1, | ||
| "allowFirstLine": false | ||
| } | ||
| } | ||
| ], | ||
| "vue/attribute-hyphenation": 0, | ||
| "vue/html-self-closing": 0, | ||
| "vue/component-name-in-template-casing": 0, | ||
| "vue/html-closing-bracket-spacing": 0, | ||
| "vue/singleline-html-element-content-newline": 0, | ||
| "vue/no-unused-components": 0, | ||
| "vue/multiline-html-element-content-newline": 0, | ||
| "vue/no-use-v-if-with-v-for": 0, | ||
| "vue/html-closing-bracket-newline": 0, | ||
| "vue/no-parsing-error": 0, | ||
| "no-console": 0 | ||
| } | ||
| }, | ||
| "postcss": { | ||
| "plugins": { | ||
| "autoprefixer": {} | ||
| } | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not ie <= 8" | ||
| ] | ||
| } |
ant-design-jeecg-vue/public/avatar2.jpg
0 → 100644
78.3 KB
ant-design-jeecg-vue/public/color.less
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
ant-design-jeecg-vue/public/index.html
0 → 100644
ant-design-jeecg-vue/public/logo.png
0 → 100644
19.8 KB
ant-design-jeecg-vue/public/v2.js
0 → 100644
ant-design-jeecg-vue/src/App.vue
0 → 100644
ant-design-jeecg-vue/src/api/api.js
0 → 100644
ant-design-jeecg-vue/src/api/index.js
0 → 100644
ant-design-jeecg-vue/src/api/login.js
0 → 100644
ant-design-jeecg-vue/src/api/manage.js
0 → 100644
ant-design-jeecg-vue/src/assets/logo.png
0 → 100644
19.8 KB
ant-design-jeecg-vue/src/assets/logo.svg
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.
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.
ant-design-jeecg-vue/src/defaultSettings.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/router/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/store/getters.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/store/index.js
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.
ant-design-jeecg-vue/src/utils/auth.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/utils/axios.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/utils/device.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/utils/filter.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/utils/mixin.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/utils/request.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/utils/storage.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/utils/util.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/views/404.vue
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/src/views/Home.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.
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.
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.
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.
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.
ant-design-jeecg-vue/vue.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
ant-design-jeecg-vue/yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
jeecg-boot/docs/- 项目说明
0 → 100644
This diff is collapsed.
Click to expand it.
jeecg-boot/docs/db/sys-init-20190128.sql
0 → 100644
This diff is collapsed.
Click to expand it.
jeecg-boot/pom.xml
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.
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.
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.
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.
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.
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.
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.
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.
jeecg-boot/src/main/resources/banner.txt
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.
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.
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.
Please
register
or
sign in
to comment