@ifed/red-alert
v1.0.0-beta.3
Published
@ifed/red-alert
Downloads
1
Readme
@ifed/red-alert
@ifed/red-alert. See our website @ifed/red-alert for more information.
Install
Using npm:
$ npm install --save @ifed/red-alert
or using yarn:
$ yarn add @ifed/red-alert
or using pnpm:
$ pnpm add @ifed/red-alert
用法
import RedAlert from '@ifed/red-alert';
const ra = new RedAlert({
appId: '123',
url: '/report',
});
ra.start();