0.0.3 • Published 5 years ago
@walterxa/vue-log-collector v0.0.3
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-collectorUsing yarn:
yarn add @walterxa/vue-log-collectorUsage
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
yarnCompiles and hot-reloads for development
yarn devCompiles and minifies for production
yarn build