# phone-approve **Repository Path**: tntxia/phone-approve ## Basic Information - **Project Name**: phone-approve - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-08 - **Last Updated**: 2025-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 待办前端页面 # 安装与配置 ## 配置国内镜像(加快前端依赖的下载速度) ``` npm config set registry https://registry.npmmirror.com/ ``` ## 下载依赖 ``` npm install ``` # 项目启动 ``` npm run dev ``` ![微信截图_20250408210955.png](./20250408210955.png) 通过后台的提示的访问路径,访问页面 http://localhost:5173/approve/index.html 为代办页面 ![代办页面](img.png) http://localhost:5173/detail/index.html 为详情页面 ![img_1.png](img_1.png) # 项目的编译 使用 ``` npm run build ``` 可以把vue文件,编译成js与html文件 ![img_2.png](img_2.png) 编译生成的文件,在dist文件中