1 Star 0 Fork 3

Lorne/基于Vue3组合式API 实现后台管理

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "vue3-admin-template-combined-api",
"version": "0.1.0",
"private": true,
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"axios": "^1.3.5",
"core-js": "^3.8.3",
"dayjs": "^1.11.7",
"dexie": "^3.2.3",
"element-plus": "^2.3.3",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"md5": "^2.3.0",
"mockjs-pro": "^1.0.4",
"screenfull": "^6.0.2",
"vue": "^3.2.13",
"vue-i18n": "^9.13.1",
"vue-router": "^4.0.3",
"vuex": "^4.0.0",
"xlsx": "0.17"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"cz-customizable": "6.3.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"husky": "7.0.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"svg-sprite-loader": "^6.0.11"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lornes/back_office_management.git
git@gitee.com:lornes/back_office_management.git
lornes
back_office_management
基于Vue3组合式API 实现后台管理
version-RBAC_page-S-T-i18n

搜索帮助