Adds another integration with Javascript framework

An integration with [VueJS](https://vuejs.org/) framework that helps to instruments outgoing HTTP requests.
diff --git a/_data/community_instrumentations.yml b/_data/community_instrumentations.yml
index faec41c..f0e955c 100644
--- a/_data/community_instrumentations.yml
+++ b/_data/community_instrumentations.yml
@@ -105,6 +105,15 @@
   sampling: "Yes"
   notes: Provides zipkin support with addition of a single line of code
 
+- language: JavaScript
+  library: >-
+    [zipkin-instrumentation-vue-resource](https://github.com/elgris/zipkin-instrumentation-vue-resource)
+  framework: VueJS
+  propagation: Http (B3)
+  transports: Http
+  sampling: "Yes"
+  notes: An interceptor for vue-resource that instruments outgoing HTTP requests.
+  
 - language: Python
   library: >-
     [py_zipkin](https://github.com/Yelp/py_zipkin)