48 Star 231 Fork 214

LEADSHOP开源商城系统 / leadshop后台VUE源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
wj005 提交于 2021-11-23 11:03 . V1.4.6
{
"name": "admin",
"version": "1.4.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"analyze": "cross-env BUNDLE_ANALYZER=YES NODE_ENV=production npm_config_report=true npm run build"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"driver.js": "^0.9.8",
"echarts": "^5.0.1",
"element-ui": "^2.4.5",
"file-saver": "^2.0.5",
"html2canvas": "^1.0.0-rc.7",
"js-cookie": "^2.2.1",
"js-file-download": "^0.4.12",
"js-md5": "^0.7.3",
"linq": "^3.2.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-sass": "^6.0.1",
"umy-ui": "^1.1.6",
"vue": "^2.6.11",
"vue-count-to": "^1.0.13",
"vue-router": "^2.6.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.4.0",
"wangeditor": "^4.5.2",
"xe-utils": "^3.1.8",
"xlsx": "^0.16.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"compression-webpack-plugin": "^5.0.0",
"cross-env": "^7.0.3",
"element-theme-chalk": "^2.15.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"sass-loader": "^10.1.1",
"script-ext-html-webpack-plugin": "^2.1.5",
"script-loader": "^0.7.2",
"vue-cli-plugin-element": "~1.0.1",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^4.4.2"
}
}
JavaScript
1
https://gitee.com/leadshop/panel.git
git@gitee.com:leadshop/panel.git
leadshop
panel
leadshop后台VUE源码
master

搜索帮助