# EventBus.js **Repository Path**: AlierQ/EventBus.js ## Basic Information - **Project Name**: EventBus.js - **Description**: 原生js实现EventBut - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-20 - **Last Updated**: 2022-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## EventBut.js 原生js实现EventBut事件订阅发布 ## 使用方式 ### 引入 ```js import EventBus from 'yourpath/EventBut.js' ``` ### 使用 ```js const eventBut = new EventBut() ``` ## 实现API - `eventBut.on()`:事件订阅 - `eventBut.emit()`:事件发布 - `eventBut.off()`:订阅取消