# YBB-front **Repository Path**: HeeiYa/ybb-front ## Basic Information - **Project Name**: YBB-front - **Description**: YBB系统前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-26 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YBB招生报名系统前端 ## Build Setup ``` bash # 第一步:安装环境所需依赖 npm install # 第二步:启动mock(port: 3001) grunt # 开发环境 (port:3000) npm run dev # 待发布环境(线上测试环境) npm run build:sit # 生产环境 npm run build ```