2 Star 16 Fork 4

绿先生z/vue3.0+ant design of vue前端后台管理框架模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "e-commerce",
"version": "1.29741.36529",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
"use:npm": "nrm use npm",
"use:taobao": "nrm use taobao",
"update": "ncu -u --target greatest&&npm install --registry=https://registry.npm.taobao.org",
"deploy": "start ./deploy.sh"
},
"dependencies": {
"@antv/g2plot": "^2.3.7",
"ant-design-vue": "^2.0.0-beta.10",
"axios": "^0.20.0",
"clipboard": "^2.0.6",
"core-js": "^3.6.5",
"crypto-js": "^4.0.0",
"dayjs": "^1.9.1",
"js-cookie": "^3.0.0-rc.1",
"lrz": "^4.9.41",
"mockjs": "^1.1.0",
"remixicon": "^2.5.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0-beta.13",
"vuex": "^4.0.0-beta.4",
"xlsx": "^0.16.9",
"file-saver": "^2.0.5",
"xlsx-style": "^0.8.13"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.7",
"@vue/cli-plugin-eslint": "^4.5.7",
"@vue/cli-service": "^4.5.7",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^11.0.0-beta.2",
"babel-plugin-import": "^1.13.3",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
"compression-webpack-plugin": "^6.0.3",
"eslint": "^7.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.0.1",
"filemanager-webpack-plugin": "^3.1.0",
"less": "^3.13.1-alpha.1",
"less-loader": "^7.0.2",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"script-loader": "^0.7.2",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.1.0",
"svg-sprite-loader": "^5.0.0",
"vab-config": "0.0.5",
"vue-loader-v16": "^16.0.0-beta.5.4",
"webpack": "^4.46.0",
"webpackbar": "^4.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qiuxiaotong/vue3.0-AntDesign.git
[email protected]:qiuxiaotong/vue3.0-AntDesign.git
qiuxiaotong
vue3.0-AntDesign
vue3.0+ant design of vue前端后台管理框架模板
master

搜索帮助