Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 440dbeb

Browse files
committed
Add linting, unit tests and CI
1 parent 1aa844e commit 440dbeb

File tree

7 files changed

+230
-7536
lines changed

7 files changed

+230
-7536
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "8"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Bugsnag: Vue
22

3+
[![Build Status](https://travis-ci.org/bugsnag/bugsnag-vue.svg?branch=master)](https://travis-ci.org/bugsnag/bugsnag-vue)
4+
[![NPM](https://img.shields.io/npm/v/bugsnag-vue.svg)](https://npmjs.org/package/bugsnag-vue)
5+
36
A [bugsnag-js](https://github.com/bugsnag/bugsnag-js) plugin for [Vue.js](https://vuejs.org/).
47

58
This package enables you to integrate Bugsnag's error reporting with a Vue.js application at a detailed level. It creates and configures a Vue `ErrorHandler` which will capture and report unhandled errors in your app.

dist/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)