0.0.3 • Published 4 years ago

@walterxa/vue-log-collector v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

vue-log-collector

Client-side (browser) javascript log collection plugin for Vue.js

Features

  • Catch javascript errors
  • Supports the Promise API

Installing

Using npm:

npm i @walterxa/vue-log-collector

Using yarn:

yarn add @walterxa/vue-log-collector

Usage

import Vue from 'vue'
import collector from '@walterxa/vue-log-collector'

Vue.use(collector, { appId: 'app-123456' })

new Vue({
  render: h => h(App)
}).$mount('#app')

Build and contribution

Project setup

yarn

Compiles and hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

License

MIT