# 疫情打卡 **Repository Path**: mml520/daka ## Basic Information - **Project Name**: 疫情打卡 - **Description**: vue模仿学校的健康打卡系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2023-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 健康打卡 #### 使用方法 1. ##### 下载到本地 ```bash git clone https://gitee.com/mml520/daka.git ``` 2. ##### 移动到文件夹 ```bash cd daka ``` 3. ##### 安装依赖 ```bash npm install ``` 4. ##### 启动项目 ```bash npm run serve node node/app.js ```