# device-panel **Repository Path**: wwwrenke/device-panel ## Basic Information - **Project Name**: device-panel - **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-04-08 - **Last Updated**: 2025-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 插座面板React模版 - 基于 `vue` 官方脚手架创建; - 集成统一api sdk,并提供使用示例; - 集成app日志sdk; # 本模版实现的能力有: - 基本的设备开关控制示例 - 设备属性监听实现示例 - 设备详情页面跳转 - 客户端日志系统接入示例 ## 项目调试 1. 安装依赖 `npm i` 2. 启动项目 `npm start` 3. 项目打包 `npm run build`