2.2.0 • Published 8 years ago
orange-mvvm v2.2.0
Orange
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
npm
Install with npm:
npm install orange-mvvm --savebower
Install with bower:
bower install orange-mvvm --savegit
Clone from git:
git clone https://github.com/Infviz/Orange.gitUsage
Start here:
Build
npm run buildThis produces orange.js, orange.js.map, orange.min.js and orange.min.js.map.