From c1ae4f7eafd20c74da99dd64c4cacc8573b1c2ba Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sat, 17 Dec 2016 19:39:12 +0100 Subject: [PATCH] Badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c94b82..3d87749 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Apollo and GraphQL for Vue.js +[![npm](https://img.shields.io/npm/v/vue-apollo.svg)]() +[![npm](https://img.shields.io/npm/dm/vue-apollo.svg)]() + Integrates [apollo](http://www.apollostack.com/) in your [Vue](http://vuejs.org) components with declarative queries. [Apollo "hello world" app](https://github.com/Akryum/frontpage-vue-app)