# vue3_template **Repository Path**: w91wang/vue3_template ## Basic Information - **Project Name**: vue3_template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-01 - **Last Updated**: 2025-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README .env中配置路由来源 'FRONTEND' | 'BACKEND' 左侧导航栏会根据路由生成 不用管 路由在 dynamic-routes.ts 配置即可该处配置会生成菜单 而static中不会 发送请求可用usePost useGet等 表单通用方法useTable useForm 示例在crud-table.vue中 使用前需先配置.env.development 新增页面在dynamic-routes.ts中配置路由 servers目录为mock开发后端后可直接删除