# ant-design-of-vue3 **Repository Path**: FrameworkAndTemplate/ant-design-of-vue3 ## Basic Information - **Project Name**: ant-design-of-vue3 - **Description**: 基于Ant Design of Vue实现的Web应用 Vue 3 开箱即用的中台前端/设计解决方案。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-16 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Vue 3 + TypeScript + Vite + Ant Design Vue 3的前端项目 > 一个开箱即用的中台前端/设计解决方案。 ## 项目结构 ``` ├── src // 源码目录 │ ├── assets // 静态资源目录 │ ├── api // 请求接口目录 │ ├── components // 组件目录 │ ├── plugins // 插件目录 │ ├── router // 路由目录 │ ├── store // 状态管理目录 │ ├── structures // 数据 结构/类型 目录 │ ├── views // 视图目录 │ └── utils // 工具函数目录 └── .env // 环境变量配置文件 ```