1 Star 0 Fork 2

AI/vue3后台基础模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 685 Bytes
一键复制 编辑 原始数据 按行查看 历史
AI 提交于 2022-04-12 17:27 . 升级版本
{
"name": "admin",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.26.1",
"element-plus": "^2.1.9",
"mockjs": "^1.1.0",
"vue": "^3.2.31",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14",
"vuex": "^4.0.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.31",
"typescript": "^4.6.3",
"sass": "^1.50.0",
"unplugin-auto-import": "^0.7.0",
"unplugin-vue-components": "^0.19.2",
"vite": "^2.9.1",
"vite-plugin-mock": "^2.9.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/springhub/vue3-ts.git
git@gitee.com:springhub/vue3-ts.git
springhub
vue3-ts
vue3后台基础模板
master

搜索帮助