UNPKG

@sdc-monitor/demo

Version:

<div align="center"> <a href="#" target="_blank"> <img src="https://i.loli.net/2021/07/28/EvPwd4NjVH3tBfO.jpg" alt="mito-logo" height="90"> </a> <p>A Lightweight SDK For Monitor Web</p>

31 lines (21 loc) 875 B
# @sdc-monitor/web The following three packages are integrated * [@mito/browser](https://github.com/mitojs/mitojs/tree/master/packages/browser) * [@mito/react](https://github.com/mitojs/mitojs/tree/master/packages/react) * [@mito/vue](https://github.com/mitojs/mitojs/tree/master/packages/vue) ## Install ```bash # using npm npm i @sdc-monitor/web # using yarn yarn add @sdc-monitor/web ``` read the [mito-doc](https://mitojs.github.io/mito-doc/#/sdk/guide/introduction) to konw more info ## Usage ```js import { init,MitoProvider,ErrorBoundary,vuePlugin } from '@sdc-monitor/web' ``` **go to ** * [@mito/browser usage manual](https://github.com/mitojs/mitojs/tree/master/packages/browser) * [@mito/react usage manual](https://github.com/mitojs/mitojs/tree/master/packages/react) * [@mito/vue usage manual](https://github.com/mitojs/mitojs/tree/master/packages/vue)