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.
- latest released version:
{
"dependencies": {
"sis-framework": "[email protected]:sustainableis/javascript-framework.git"
}
}
- latest commit on master:
{
"dependencies": {
"sis-framework": "[email protected]:sustainableis/javascript-framework.git#master"
}
}
The documentation for the framework is available on wiki.