# 温湿度传感器记录Web **Repository Path**: sigmawit_project/SensorLogWeb ## Basic Information - **Project Name**: 温湿度传感器记录Web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-08 - **Last Updated**: 2026-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装依赖 npm install 或 yarn # 开发模式 - Vue CLI 自动设置 NODE_ENV=development npm run serve # 生产构建 - Vue CLI 自动设置 NODE_ENV=production npm run build