# xinguan-vue **Repository Path**: adminkey/xinguan-vue ## Basic Information - **Project Name**: xinguan-vue - **Description**: 前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-29 - **Last Updated**: 2021-01-29 ## 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/"; #线上接口 ```