Skip to content

Instantly share code, notes, and snippets.

@stableShip
Created August 13, 2015 09:17
Show Gist options
  • Save stableShip/1839628d6f40df1944ee to your computer and use it in GitHub Desktop.
Save stableShip/1839628d6f40df1944ee to your computer and use it in GitHub Desktop.
项目结构
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