1 Star 0 Fork 0

sh_club/template-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
木子新叶 提交于 2022-10-27 11:37 . !1vue3+vite脚手架初始化模板
{
"name": "vue-tempalte-3",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"lint:js": "eslint --ext \".js,.vue\" .",
"lint:prettier": "prettier --check .",
"lint": "yarn lint:js && yarn lint:prettier",
"lintfix": "prettier --write --list-different . && yarn lint:js --fix",
"docs": "jsdoc -c jsdoc.json"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"axios": "^0.27.2",
"lodash": "^4.17.21",
"pinia": "^2.0.17",
"vue": "^3.2.37",
"vue-router": "^4.1.3"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/compiler-sfc": "^3.2.38",
"@vue/test-utils": "^2.0.2",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.4.0",
"husky": "^8.0.1",
"jsdoc": "^3.6.11",
"jsdoc-vuejs": "^4.0.0",
"jsdom": "^20.0.0",
"minami": "^1.2.3",
"prettier": "^2.7.1",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.4",
"vitest": "^0.21.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sh_club/template-vue3.git
git@gitee.com:sh_club/template-vue3.git
sh_club
template-vue3
template-vue3
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385