The Backbone.Marionette UI framework
##What's included
- GridLayout
- Form
- Table
- Nav Tabs Navbar Breadcrumb Pagination Pills Stack
- Dialog
- Progressbar
- ListGroup
- Panel
- Button ButtonGroup Toolbar
##Demo
See index.html
in dist
.
##Compatibility and Requirements
- Marionette v2.0+
- Bootstrap v3.0+
- Backbone-validator 0.3.0
##Source Code and Downloads
You can download the latest builds directly from the "dist" folder above.The file vendor.min.js is dependencies bundle of juggler.
###Install width bower
You can install juggler with bower.Just execute bower install juggler
.
##Development
- We use grunt to manage the build tasks,
- use bower to manage the front end lib dependency,
- use yeoman create the scaffolding.
###Get started