# xinguan-master-web **Repository Path**: SorryTime/xinguan-master-web ## Basic Information - **Project Name**: xinguan-master-web - **Description**: 基于vue开发的新冠病毒物资管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-06 - **Last Updated**: 2022-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 新冠物资管理系统 - nodejs版本: v12.9.1 #### 安装依赖 ```js npm install ``` #### 启动项目 ```java npm run serve ``` #### 接口配置 > 在main.js中配置 ``` let BASE_API_URL="http://www.localhost:8989/"; #本地接口 //const BASE_API_URL="https://www.zykhome.club/api/"; #线上接口 ```