A lightweight DI and IOC container to register service into service center
A lightweight DI and IOC container to register service into service center
inversion.js can be used in a browser or in a nodejs app. It can be installed via bower or npm:
> $ bower install inversionjs> $ npm install inversionjsTest once
> $ npm run testOr watch files changes
> $ npm run test:watchBuild umd
> $ npm run build:umdBuild umd min
> $ npm run build:umd:minBuild all
> $ npm run buildAll built files will in /dist/*