# yldj **Repository Path**: lin-jing1215/yldj ## Basic Information - **Project Name**: yldj - **Description**: 医路到家--前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-07 - **Last Updated**: 2023-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yldj #### 介绍 医路到家APP--前端 #### 技术 Angular+ionic #### 任务说明 * 整体框架搭建app、实现tabs * 登录--login * 注册--register * 健康动态--tab2/health-dynamic * 时间提醒--tab2/time-remind * 纪念日提醒--tab2/memory-remind * 药物速查--tab2/drug-quick * 快速联系--tab2/quick-contact * 健康码--tab2/health-code #### 开发说明 web端运行(待补充) ``` ionic serve ``` 涉及到相应功能中的子页面,新建时应建在功能目录下 例如:在时间提醒功能页面有一个编辑时间的跳转页面,则执行 ~~~txt ionic g page tab2/time-remind/editTime ~~~