Vue Injector

3.3.8

This library for Vue.js will enable one to use several instances which can serve as tools for implementing injection patterns dependencies

Vue Injector is a component library that was designed specifically in assisting users to perform dependency injections when working within the Vue.js environment. Containing a series of dedicated instances, it will enable one to implement the dependency injection pattern.
The services or objects which are required by a class for performing its function can be presented in the form of the DI coding pattern, which basically lies at the core of class interrogation for external source dependencies.
Thanks to Vue Injector, users can inject those dependencies into such components, right in the moment of their creation, thus attaining flexible, efficient, and robust apps that are easier to maintain and routinely test in future instances.
Users will be able to construct the injected services, access the Vue application from within them, and utilize decors for attaining a convenient operation. Thanks to the convenient data transfer mechanism, one will be able to implement buses, and create both the service and service factory, concurrently.
However, users can also opt for requesting a particular service, instead of actually creating it, this way depending on interfaces rather than on concrete types. Last but not least, standards such as Reflect, Reflect Metadata, Map or Promise can be used.

System requirements