Initial commit
parents
Showing
.gitignore
0 → 100644
index.html
0 → 100644
lib/main.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "mes-template", | |||
"version": "3.8.0", | |||
"license": "MIT", | |||
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", | |||
"author": "Pan <panfree23@gmail.com>", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build", | |||
"build:prodTest": "vite build --mode prodTest --outDir prodTestDist", | |||
"build:companyTest": "vite build --mode companyEnv --outDir companyDist", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"@riophae/vue-treeselect": "^0.4.0", | |||
"axios": "0.18.0", | |||
"clipboard": "^2.0.4", | |||
"echarts": "^5.0.0", | |||
"element-ui": "2.15.6", | |||
"fast-glob": "^3.2.11", | |||
"jquery": "^3.4.1", | |||
"js-cookie": "2.2.0", | |||
"jsbarcode": "^3.11.0", | |||
"lodash-es": "^4.17.21", | |||
"moment": "^2.22.2", | |||
"normalize.css": "7.0.0", | |||
"nprogress": "0.2.0", | |||
"path-browserify": "^1.0.1", | |||
"qrcodejs2": "0.0.2", | |||
"qrcodejs2-fix": "^0.0.1", | |||
"sortablejs": "1.14.0", | |||
"umy-ui": "^1.1.6", | |||
"v-scale-screen": "^1.0.0", | |||
"vue": "2.6.14", | |||
"vue-clipboards": "^1.3.0", | |||
"vue-codemirror": "^4.0.6", | |||
"vue-color": "^2.7.0", | |||
"vue-router": "^3.0.7", | |||
"vue-seamless-scroll": "^1.1.23", | |||
"vue-template-compiler": "2.6.14", | |||
"vue2-ace-editor": "^0.0.15", | |||
"vuedraggable": "^2.23.0", | |||
"vuex": "^3.0.1", | |||
"xlsx": "^0.18.5" | |||
}, | |||
"devDependencies": { | |||
"@riophae/vue-treeselect": "^0.4.0", | |||
"@rollup/plugin-commonjs": "^21.0.3", | |||
"fast-glob": "^3.2.11", | |||
"less": "^3.0.0", | |||
"less-loader": "^4.1.0", | |||
"querystring": "^0.2.1", | |||
"rollup-plugin-copy": "^3.4.0", | |||
"sass": "^1.50.0", | |||
"vite": "^2.9.13", | |||
"vite-plugin-svg-icons": "^2.0.1", | |||
"vite-plugin-vue2": "^1.4.4" | |||
} | |||
} |
src/components/Charts/mixins/resize.js
0 → 100644
src/components/FitTable/index.js
0 → 100644
src/components/FitTable/table-column.jsx
0 → 100644
src/components/FitTable/table.js
0 → 100644
src/components/FitTable/utils.js
0 → 100644
src/components/Hamburger/index.vue
0 → 100644
src/components/Pagination/index.vue
0 → 100644
src/components/Pagination/indexPageSize.vue
0 → 100644
src/components/ScrollPane/index.vue
0 → 100644
src/components/StatusText/index.vue
0 → 100644
src/components/SvgIcon/index.vue
0 → 100644
src/components/Switcher/index.vue
0 → 100644
src/components/selectTree/index.vue
0 → 100644
src/utils/auth.js
0 → 100644
src/utils/exportExcel.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/initDate.js
0 → 100644
src/utils/printArea.js
0 → 100644
src/utils/showOrHideLoading.js
0 → 100644
vite.config.js
0 → 100644
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment