# 融通 **Repository Path**: jackMockFread/integration ## Basic Information - **Project Name**: 融通 - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-20 - **Last Updated**: 2026-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 营区综合服务平台 基于 **Vue 3 + Vite + TypeScript + Element Plus + Pinia + Vue Router** 搭建的营区综合服务平台前端项目,功能范围依据《采购需求》文档(第五章)建设。 ## 技术栈 - Vue 3.5 + Composition API - Vite 8 - TypeScript - Element Plus(中文 locale、按需自动导入) - Pinia - Vue Router 5 - Sass ## 快速开始 ```bash npm install npm run dev npm run build npm run preview ``` 开发服务默认:`http://localhost:5173` ## 目录结构 ``` src/ ├── config/ # 菜单、模块 schema ├── layouts/ # 主布局 ├── mock/ # 本地数据 ├── router/ ├── stores/ ├── styles/ └── views/ docs/ └── 架构与Demo说明.md # 架构、框架与 Demo 分层说明 ``` ## 文档 - [架构与 Demo 说明](./docs/架构与Demo说明.md):菜单/路由/Schema 框架、通用 CRUD、`useCrudTable`、特殊页面与扩展指南