2 Star 8 Fork 4

浅梦凉城 / utools的vite模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 747 Bytes
一键复制 编辑 原始数据 按行查看 历史
浅梦凉城 提交于 2024-05-27 14:18 . 细节优化
{
"name": "vite-utools-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@arco-design/web-vue": "^2.54.3",
"@types/node": "^20.12.12",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.5",
"idb-keyval": "^6.2.1",
"less": "^4.2.0",
"less-loader": "^11.1.4",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"xe-utils": "^3.5.18"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"typescript": "^4.9.5",
"utools-api-types": "^5.0.0",
"vite": "^4.5.2",
"vue-tsc": "^1.8.27"
}
}
1
https://gitee.com/qiaoshengda/vite-utools-template.git
git@gitee.com:qiaoshengda/vite-utools-template.git
qiaoshengda
vite-utools-template
utools的vite模板
master

搜索帮助