# vue3-ant-admin **Repository Path**: kolento/vue3-ant-admin ## Basic Information - **Project Name**: vue3-ant-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-22 - **Last Updated**: 2023-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3管理系统 > 项目基于 **vue3.3.4 + ant design vue 4.0.0** 开发。
基于Vue3.x的后台管理系统模板,由Kolento开发 ## 版本 ```json "dependencies": { "@ant-design/icons-vue": "^6.1.0", "ant-design-vue": "^4.0.7", "axios": "^1.4.0", "mockjs": "^1.1.0", "pinia": "^2.1.3", "pinia-plugin-persist": "^1.0.0", "remixicon": "^3.4.0", "sass": "^1.63.6", "vue": "^3.3.4", "vue-router": "^4.2.2" } ``` ## 使用 ``` npm install npm run dev npm run build ```