1.1.1 • Published 1 year ago
@nwmonitor/core v1.1.1
Intro
web page performance monitoring plugin
- Monitor performance indicator data
- Monitor component mounting time
- Monitoring component uninstallation time
install
Using npm:
npm install @nwmonitor/core
Using yarn:
yarn add @nwmonitor/core
Usage
Add code in the main.js file, the entry file of the vue project
import webmonitor from '@nwmonitor/core'
const app = createApp(App)
app
.use(webmonitor)