TypeScript IoC container, dependency injection and basic MVVM framework.
Orange comes compiled and ready just include the orange.js file in your html and somehow refer to the orange.d.ts file in your typescript source and you are ready to go.
Install with npm:
npm install orange-mvvm --save
Clone from git:
git clone https://github.com/Infviz/Orange.git
Start here:
npm run build
This produces orange.js
, orange.js.map
, orange.min.js
and orange.min.js.map
.