feat: 初始化 uni-app 移动端项目

- cashier-mobile: 收银系统移动端(uni-app)
- customer-mobile: 顾客端移动端(uni-app)
- 包含基础页面结构:首页、订单、会员
- 更新 AGENTS.md 配置
This commit is contained in:
2026-06-04 08:31:05 +08:00
parent a8d6fafb71
commit a7e056643e
17 changed files with 620 additions and 25 deletions
+3 -5
View File
@@ -70,12 +70,10 @@ interface UserDTO {
- **组件规范**:组合式 APIsetup 语法)
### cashier-mobile / customer-mobile(移动端)
- **框架**待定(根据需求选择 uni-app、React Native、Flutter 等
- **选型原则**
- uni-app:跨平台、快速开发、适合小程序+H5+App
- React Native:性能要求高、需要原生能力
- Flutter:高性能、自定义 UI
- **框架**uni-appVue3
- **支持平台**:小程序、H5、App
- **包管理器**pnpm(推荐)或 npm
- **UI 框架**uni-ui 或 uview-plus
### 通用规范
1. **代码风格**:遵循项目现有 ESLint/Prettier 配置