121 Star 1.2K Fork 407

Layui Vue / layui-vue-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 912 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jevin 提交于 2024-05-06 14:20 . update package.json.
{
"name": "layui-vue-admin",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:check": "vue-tsc --noEmit && vite build",
"build:prod": "vue-tsc --noEmit && vite build --mode production",
"serve": "vite preview"
},
"dependencies": {
"@layui/layui-vue": "2.17.2",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"axios": "^1.5.1",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"echarts": "^5.4.3",
"js-base64": "^3.7.2"
},
"devDependencies": {
"@types/node": "^18.7.8",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.2.0",
"@vue/compiler-sfc": "^3.3.4",
"less": "^4.1.2",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
}
}
TypeScript
1
https://gitee.com/layui-vue/layui-vue-admin.git
git@gitee.com:layui-vue/layui-vue-admin.git
layui-vue
layui-vue-admin
layui-vue-admin
master

搜索帮助