Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 876 Bytes

File metadata and controls

50 lines (42 loc) · 876 Bytes

SIS Framework - AngularJS

Javascript Framework for module discovery and orchestration.

Installation

npm install
npm install -g bower
bower install
npm install -g grunt-cli

Build

grunt jshint:dist
grunt ngAnnotate:dist
grunt concat:dist
grunt uglify:dist

or

grunt

Running Tests

To be added.

Development

Include as bower package into an application.

  • latest released version:
{
    "dependencies": {
        "sis-framework": "git@github.com:sustainableis/javascript-framework.git"
    }
}
  • latest commit on master:
{
    "dependencies": {
        "sis-framework": "git@github.com:sustainableis/javascript-framework.git#master"
    }
}

Documentation

The documentation for the framework is available on wiki.