# huike-frontend **Repository Path**: wen-liang777/huike-frontend ## Basic Information - **Project Name**: huike-frontend - **Description**: 汇客CRM - 前端代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 31 - **Created**: 2024-02-22 - **Last Updated**: 2024-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发 ```bash # 启动服务 npm run dev ``` 浏览器访问 http://localhost:7000 ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ```