2.2.0 • Published 7 years ago

orange-mvvm v2.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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 --save

bower

Install with bower:

bower install orange-mvvm --save

git

Clone from git:

git clone https://github.com/Infviz/Orange.git

Usage

Start here:

Build

npm run build

This produces orange.js, orange.js.map, orange.min.js and orange.min.js.map.