# 心理咨询项目前端仓库 **Repository Path**: FAttt/scu-team11-pcs-front ## Basic Information - **Project Name**: 心理咨询项目前端仓库 - **Description**: SCU 2019实训心理咨询项目前端仓库(转移自gitlab) 由于gitlab镜像仓库不成功且团队开发已经完成,为实现统一管理和后续的开发,将本地仓库再次推送到此远程仓库 原仓库地址:https://gitlab.suncaper.net/dddexter/team11-pcs-front-dev - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2022-08-14 - **Last Updated**: 2024-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Build Setup ``` bash # 第一步:安装环境所需依赖 npm install # 第二步:启动mock(port: 3001) grunt # 开发环境 (port:3000) npm run dev # 待发布环境(线上测试环境) npm run build:sit # 生产环境 npm run build ```