Javascript Framework for module discovery and orchestration.
npm install
npm install -g bower
bower install
npm install -g grunt-cli
grunt jshint:dist
grunt ngAnnotate:dist
grunt concat:dist
grunt uglify:dist
or
grunt
To be added.
Include as bower package into an application.
{
"dependencies": {
"sis-framework": "git@github.com:sustainableis/javascript-framework.git"
}
}
{
"dependencies": {
"sis-framework": "git@github.com:sustainableis/javascript-framework.git#master"
}
}
The documentation for the framework is available on wiki.