# beacon **Repository Path**: qq_music_front_end/beacon ## Basic Information - **Project Name**: beacon - **Description**: 加载并初始化灯塔上报组件 - **Primary Language**: JavaScript - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-31 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @qmfe/beacon 加载并初始化灯塔上报组件 - 自适应 HTTP/HTTPS - 延迟上报,避免影响 onload 时间 [灯塔官方帮助文档](https://beacon-help.gitbook.io/beacon-help/sdkji-cheng-zhi-nan/html5ji-cheng-zhi-nan) ```bash npm i -S @qmfe/beacon ``` ```js import * as beacon from '@qmfe/beacon'; // 初始化 beacon.init(appkey); // 事件上报 beacon.report(eventID, eventName, { key: value }); ```