# ht-report-front-gitee **Repository Path**: skyqi/ht-report-front-gitee ## Basic Information - **Project Name**: ht-report-front-gitee - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-01 - **Last Updated**: 2025-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 保利酒店经营评价系统 ## 安装与使用 * 本地环境安装 `Node.js 、npm 、pnpm` * Node.js 版本建议`v20.15.0`,要求`Node 20+` 版本以上 ` ( 因为Vite5 不再支持已 EOL 的 Node.js 14 / 16 / 17 / 19,现在需要 Node.js 18 / 20+ )` - Installation dependencies ```bash pnpm install ``` - 配置接口地址 `.env.development` ```bash VITE_PROXY = [["/ht","http://192.168.167.133/ht"]] VITE_GLOB_DOMAIN_URL=http://192.168.167.133/ht ``` > 说明:把`http://192.168.167.133/ht` 换成自己地址,其他不用改。 - run ```bash pnpm dev ``` - build ```bash pnpm build ``` ## 浏览器支持 **本地开发**推荐使用`Chrome 最新版`浏览器,**不支持**`Chrome 90`以下版本。 **生产环境**支持现代浏览器,不支持 IE。