# order-ts **Repository Path**: oush/order-ts ## Basic Information - **Project Name**: order-ts - **Description**: 首页为查询订单,订单列表,订单详情 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-23 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一、框架 ##### 1.1 技术 ```markdown Vue 3 + TypeScript + Vite + Vant 4.x ``` ##### 1.2 运行 ```bash npm i npm run dev ``` # 二、文件结构 ##### 目录结构 ```bash project/ ├── src/ │ ├── main.ts │ ├── utils/ │ │ └── request.ts │ └── assets/ │ └── components/ │ └── hooks/ │ └── router/ │ │ └── index.ts │ └── utils/ │ └── views/ ├── public/ │ ├── index.html │ └── favicon.ico ├── package.json └── README.md ``` # 三、特色功能 - 上拉加载 - 下拉刷新