@mitojs/web
Version:
A SDK For Monitoring Web(React、Vue) Errors
31 lines (21 loc) • 855 B
Markdown
# @mitojs/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 @mitojs/web
# using yarn
yarn add @mitojs/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 '@mitojs/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)