1 Star 4 Fork 3

厚德载物/Vue3后台前端综合解决方案

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
厚德载物 提交于 2022-02-21 09:50 . feat: 最终版本
{
"name": "vue3",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"prepare": "husky install"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"@toast-ui/editor": "^3.1.3",
"axios": "^0.25.0",
"core-js": "^3.6.5",
"css-color-function": "^1.3.3",
"dayjs": "^1.10.7",
"driver.js": "^0.9.8",
"echarts": "^5.3.0",
"element-plus": "^2.0.2",
"file-saver": "^2.0.5",
"fuse.js": "^6.5.3",
"i18next": "^21.6.11",
"md5": "^2.3.0",
"rgb-hex": "^4.0.0",
"screenfull": "^5.1.0",
"sortablejs": "^1.14.0",
"vue": "^3.2.27",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.12",
"vue3-print-nb": "^0.1.4",
"vuex": "^4.0.2",
"wangeditor": "^4.7.11",
"xlsx": "^0.18.2"
},
"devDependencies": {
"@commitlint/cli": "^16.0.3",
"@commitlint/config-conventional": "^16.0.0",
"@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-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"cz-customizable": "^6.3.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": "^7.0.1",
"lint-staged": "^12.2.1",
"sass": "^1.27.0",
"sass-loader": "^10.0.4",
"svg-sprite-loader": "^6.0.11",
"vue-cli-plugin-element-plus": "~0.0.13"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/nason_admin/vue3-element-vite.git
git@gitee.com:nason_admin/vue3-element-vite.git
nason_admin
vue3-element-vite
Vue3后台前端综合解决方案
master

搜索帮助