# xueer-official **Repository Path**: projectWarehouse/xueer-official ## Basic Information - **Project Name**: xueer-official - **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-12-31 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
	
   ┌─static                静态资源
   │  └─css        
   │  └─img        
   │  └─scss        
   ├─common                定义项目公共方法
   │  ├─goods              一个模块  [effic 提倡将业务拆分为不同的模块,每一个模块职责一个独立的业务] 
   │  │  └─controller      控制器
   │  │  └─router          路由器
   │  │  └─validator       校验器
   │  │  └─index           模块服务中心
   │  ├─server.js          路由服务中心
   ├─components            功能组件[功能交互性质组件]
   ├─config                全局配置
   │  └─http               网络请求配置
   │  └─icons              全局svg配置
   │  └─listen             事件总程
   │  └─SDK                第三方SDK配置
   │  └─env                环境变量
   ├─http-api              API接口统一管理
   ├─router                路游
   ├─store                 vueX
   ├─template              业务组件[业务模板,模块性质组件]
   ├─views                 视图
   └─main                 入口文件