1 Star 0 Fork 77

admin01/zhufeng-vue3-system2105

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
“heyong” 提交于 2021-05-24 10:03 . feat: add Breadcrumb
{
"name": "vue3-element-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.9",
"element-plus": "^1.0.2-beta.33",
"normalize.css": "^8.0.1",
"path-to-regexp": "^6.2.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~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-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"svg-sprite-loader": "^6.0.6",
"svgo": "^1.3.2",
"typescript": "~4.1.5",
"vite-plugin-style-import": "^0.10.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "npx --no-install commitlint --edit $1"
}
},
"lint-staged": {
"src/**/*.{js,vue,ts}": [
"vue-cli-service lint"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wenduhary/zhufeng-vue3-system2105.git
[email protected]:wenduhary/zhufeng-vue3-system2105.git
wenduhary
zhufeng-vue3-system2105
zhufeng-vue3-system2105
master

搜索帮助