1 Star 2 Fork 0

hboot/vue3-vite-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
hboot 提交于 2025-02-28 16:26 +08:00 . feat: 集成 unocss 和 vueuse,优化项目结构
{
"name": "vue3-vite-h5",
"description": "vue3-vite-h5开发脚手架",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint",
"commitlint": "commitlint --edit",
"serve": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@iconify-json/ep": "^1.2.2",
"@iconify-json/mdi": "^1.2.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vueuse/core": "^12.7.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"pinia": "^3.0.1",
"vant": "^4.9.17",
"vconsole": "^3.15.1",
"vite": "^6.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "^9.21.0",
"@unocss/eslint-config": "^66.1.0-beta.1",
"@vant/auto-import-resolver": "^1.3.0",
"@vitejs/plugin-legacy": "^6.0.2",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"less": "^4.2.2",
"lint-staged": "^15.4.3",
"prettier": "^3.5.2",
"terser": "^5.39.0",
"unocss": "^66.1.0-beta.1",
"unplugin-auto-import": "^19.1.0",
"unplugin-vue-components": "^28.4.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hboot/vue3-vite-h5.git
git@gitee.com:hboot/vue3-vite-h5.git
hboot
vue3-vite-h5
vue3-vite-h5
master

搜索帮助