# database-minor-frontend **Repository Path**: wosabi/database-minor-frontend ## Basic Information - **Project Name**: database-minor-frontend - **Description**: The frontend implementation of database-minor. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-13 - **Last Updated**: 2021-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 北京航空航天大学麦克风管理系统 ## 启动项目 - 安装依赖 ```shell script npm install ``` - 启动后端服务器,并更新 `.env` 文件 ```shell script PORT=3030 # AVOID Using the SAME PORT with BACKEND When Running on A Single Machine VUE_APP_TITLE=北京航空航天大学麦克风借还管理系统 VUE_APP_BACKEND_ADDR=10.135.20.210 # Update the Backend IP Address (or Domain) VUE_APP_BACKEND_PORT=8080 # Update the Backend Port ``` - 启动前端 ```shell script npm run build ```