36 Star 633 Fork 145

前端喵/vue-admin-box

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 931 Bytes
一键复制 编辑 原始数据 按行查看 历史
罗茜 提交于 2年前 . feat: remove i18n config
{
"name": "vue-admin-box",
"version": "1.1.0",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build --mode=production",
"build:stag": "vite build --mode=staging",
"serve": "vite preview"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@vueuse/core": "^8.0.0",
"axios": "^0.26.1",
"echarts": "^5.3.1",
"element-plus": "2.3.8",
"mockjs": "^1.1.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"vue": "^3.2.31",
"vue-router": "4",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.31",
"@webxrd/vite-plugin-svg": "^1.0.5",
"eslint": "^8.11.0",
"sass": "^1.49.9",
"unplugin-auto-import": "^0.6.4",
"unplugin-vue-components": "^0.18.0",
"vite": "^2.8.6",
"vite-plugin-mock": "2.9.6",
"vue-tsc": "^0.32.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cmdparkour/vue-admin-box.git
git@gitee.com:cmdparkour/vue-admin-box.git
cmdparkour
vue-admin-box
vue-admin-box
template-js

搜索帮助