# joycareFront **Repository Path**: yangxiaoyude/joycare-front ## Basic Information - **Project Name**: joycareFront - **Description**: 乐养小程序部分 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-20 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # joycare-front Joy Care 前端项目,基于 `uni-app + Vue 3 + Vite` 开发,当前包含首页、社区、商城、登录注册等基础页面,并带有部分分包页面与多语言资源。 ## 项目说明 - 技术栈:`uni-app`、`Vue 3`、`Vite`、`Sass` - 目标端:`H5`、`微信小程序` - 目录入口:`src/` ## 主要页面 - 首页:`src/pages/index/index.vue` - 社区:`src/pages/community/community.vue` - 商城:`src/pages/shop/shop.vue` - 登录:`src/pages/login/login.vue` - 注册:`src/pages/register/register.vue` - 首页分包功能:心愿单、添加心愿、对话页 - 商城分包功能:门店、商城服务、医疗服务 ## 开发命令 ```bash npm install npm run dev:h5 ``` ```bash npm run dev:mp-weixin ``` ## 构建命令 ```bash npm run build:h5 npm run build:mp-weixin ``` ## 目录结构 ```text src/ pages/ 主包页面 subPackages/ 分包页面 common/ 公共样式 locales/ 国际化资源 static/ 静态资源 utils/ 请求与系统工具 ```