1 Star 6 Fork 1

xiaobu/vue3-element-plus-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
{
"author": {
"email": "864181495@qq.com",
"name": "huangliangbo"
},
"name": "vue-element-plus-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"install": "npm install --registry=https://registry.npm.taobao.org",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"axios": "^0.24.0",
"core-js": "^3.6.5",
"cz-customizable": "6.3.0",
"element-plus": "^1.2.0-beta.3",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"screenfull": "^5.2.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"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",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"lint-staged": "^11.2.6",
"node-sass": "^4.12.0",
"prettier": "^2.2.1",
"sass-loader": "^8.0.2",
"svg-sprite-loader": "6.0.9"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"src/**/*.{js,vue,jsx}": [
"eslint --fix",
"git add"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"__npminstall_done": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/BuDongXiaoBai/vue3-element-plus-admin.git
git@gitee.com:BuDongXiaoBai/vue3-element-plus-admin.git
BuDongXiaoBai
vue3-element-plus-admin
vue3-element-plus-admin
master

搜索帮助