# mini_hospital **Repository Path**: echo_gong/mini_shop ## Basic Information - **Project Name**: mini_hospital - **Description**: 小程序 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mini_hispotal #### 项目介绍 在线医疗 #### 目录结构 ```bash |-- /common/ # 公共资源 | |-- /images/ # 公用图片 | |-- /style/ # 公共样式 |-- /component/ # 组件 |-- /lib/ # 公共库 |-- /page/ # 页面 |-- /service/ # model |-- /template/ # 通用模板 |-- /util/ # 工具类 |-- app.js # 小程序入口 |-- app.json # 小程序配置 |-- app.wxss # 全局样式 |-- changelog.md # 版本发布日志 |-- gulpfile.js # gulp配置文件 |-- project.config.json # 项目配置 ``` #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request