# houhe-mop-html
**Repository Path**: wooden_admin/houhe-mop-html
## Basic Information
- **Project Name**: houhe-mop-html
- **Description**: No description available
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-08-14
- **Last Updated**: 2026-09-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# houhe-mop-html
厚和用户端 H5 / 微信小程序基础模板。
- Git 地址:`git@gitee.com:wooden_admin/houhe-mop-html.git`
## 目录
- `pages`:页面目录,当前包含首页和我的页。
- `api`:业务接口封装。
- `request`:统一请求封装。
- `store`:Pinia 状态。
- `components`:公共组件。
- `config`:应用和环境配置。
- `styles`:全局样式。
- `static`:静态资源。
## 命令
```bash
pnpm install
pnpm dev:h5
pnpm build:h5
pnpm dev:mp-weixin
pnpm build:mp-weixin
```
H5 默认代理 `/app-api` 到 `http://localhost:8086`,可通过 `VITE_APP_PROXY_TARGET` 调整。