# gojob **Repository Path**: mrping2020/gojob ## Basic Information - **Project Name**: gojob - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-19 - **Last Updated**: 2023-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **卷皮作业平台** ## 开发 ```bash # 克隆项目 git clone https://gitlab.juanpi.org/3026/gojob.git # 安装vue模块 cd vue-gojob npm install    //or # 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题 npm install --registry=https://registry.npm.taobao.org # 本地开发 开启服务 npm run dev cd src bee run 浏览器访问 http://localhost:8766 生产环境: npm run build:prod app.conf requesthost为后端服务端口 ```