# VirusWatcher **Repository Path**: JSy-Qing/viruswatcher ## Basic Information - **Project Name**: VirusWatcher - **Description**: 一个团队 Vue 项目,用于展示地区的疫情情况,以及地区的防疫物资调配情况。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2023-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # viruswatcher ## Project setup ``` 数据库连接: npm install mysql express body-parser --save 项目启动: npm run serve 最后运行: node src/server/index.js ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).