-
-
Save stableShip/1839628d6f40df1944ee to your computer and use it in GitHub Desktop.
项目结构
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title:项目结构 | |
--- | |
##项目结构 | |
###common文件夹 | |
> 项目常用的工具类,常量 | |
###configs文件夹 | |
> 项目配置文件夹:config.py | |
> 项目静态资源文件:staticManager | |
###dao文件夹 | |
> leancloud数据库查询相关工具类 | |
###docs文件夹 | |
>项目相关文档 | |
###models文件夹 | |
> 存放leancloud数据实体类 | |
###public文件夹 | |
> 项目前端显示资源 | |
### routes | |
> 项目路由文件夹 | |
####routes-login | |
> 渠道登陆相关路由 | |
####routes-pay | |
> 渠道支付相关路由 | |
####routes-gameLogic | |
> 游戏逻辑路由 | |
###test文件夹 | |
> 项目单元测试文件夹 | |
###view文件夹 | |
> 项目前端html文佳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment