# Vue Dependency Injection Kit
[![Build Status](https://api.travis-ci.org/joejukan/vue-di-kit.svg?branch=master)](http://travis-ci.org/joejukan/vue-di-kit)
[![NPM Version](http://img.shields.io/npm/v/vue-di-kit.svg?style=flat)](https://www.npmjs.org/package/vue-di-kit)
[![NPM Downloads](https://img.shields.io/npm/dm/vue-di-kit.svg?style=flat)](https://npmcharts.com/compare/vue-di-kit?minimal=true)

This library allows Vue developers to inject Components, Properties and Routes into the main vue app via decorators.<br/>
go to this project's <a href="https://joejukan.github.io/vue-di-kit">GitHub Page</a> to see more information.