# advisor-front **Repository Path**: SleepDevil/advisor-front ## Basic Information - **Project Name**: advisor-front - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 辅导员评议--前端 ## 克隆本项目 ``` git clone https://gitee.com/Len-Jon/advicetoadvisor.git ``` 进入`front-end`目录,下载相关依赖 ``` npm install ``` ### 进入开发模式: ``` npm run serve ``` ### 打包用于生产模式: ``` npm run build ``` ### 自定义配置 详见[Configuration Reference](https://cli.vuejs.org/config/).