Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #268 from vladimyr/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
MatteoGabriele authored Jan 6, 2020
2 parents a5e4778 + d7941b4 commit 02beb00
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
> :warning: **This plugin will stop receiving feature requests. I will only spend time for important bug fixes**. Google moved from analytics.js to its new gtag.js library and I've created a new plugin called [vue-gtag](https://github.com/MatteoGabriele/vue-gtag). I suggest you to start using that one if you are about to create a new project.
<p align="center">
<img src="http://i.imgur.com/whvHAT6.png" width="180" />
<br>
<br>
<a href="https://badge.fury.io/js/vue-analytics">
<img src="https://badge.fury.io/js/vue-analytics.svg" />
<a/>

<a href="https://www.npmjs.com/package/vue-analytics">
<img src="https://img.shields.io/npm/dm/vue-analytics.svg" />
<a/>

<a href="https://travis-ci.org/MatteoGabriele/vue-analytics">
<img src="https://travis-ci.org/MatteoGabriele/vue-analytics.svg?branch=master" />
</a>

<img src="https://img.shields.io/badge/size-4kB-brightgreen.svg" />
<img width="180" src="http://i.imgur.com/whvHAT6.png">
<br>
<br>
<a href="https://npm.im/vue-analytics">
<img src="https://badgen.net/npm/v/vue-analytics">
</a>
<a href="https://npm.im/vue-analytics">
<img src="https://badgen.net/npm/dm/vue-analytics">
</a>
<a href="https://travis-ci.org/MatteoGabriele/vue-analytics">
<img src="https://badgen.net/travis/MatteoGabriele/vue-analytics/master">
</a>
<a href="https://bundlephobia.com/result?p=vue-analytics">
<img src="https://badgen.net/bundlephobia/minzip/vue-analytics">
</a>
</p>

# vue-analytics

Vue plugin for Google Analytics


## Why should I use it?

The plugin isn't just a wrapper of the Google Analytics API, but provides a solution to issues that most of the time you don't want to deal with or you not even know you have to deal with.
Expand All @@ -45,6 +43,7 @@ For example:
Vue ^2.0.0

## Articles

[Google Analytics, GDPR and Vuejs](https://medium.com/@matteo_gabriele/google-analytics-gdpr-and-vuejs-e1bd6affd2b4)

[Vuejs and Google Analytics](https://medium.com/@matteo_gabriele/vuejs-and-google-analytics-689a07e00116)
Expand Down Expand Up @@ -84,7 +83,6 @@ npm install vue-analytics
* [Custom analytics.js URL](/docs/custom-analytics.md)
* [Debug](/docs/debug.md)


# Issues and features requests

Please drop an issue, if you find something that doesn't work, or a feature request at [https://github.com/MatteoGabriele/vue-analytics/issues](https://github.com/MatteoGabriele/vue-analytics/issues)
Expand Down

0 comments on commit 02beb00

Please sign in to comment.