1.1.1 • Published 1 year ago

@nwmonitor/core v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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)
1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago