Skip to content

MillerRen/juggler

Repository files navigation

Juggler

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

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

  • install nodejs and npm.

  • install yeoman width npm. npm install yo. This will install grunt-cli,bower and yo commands globally.

  • Git clone this project and access it

  • npm install&&bower install

  • grunt serve. It will open your browser http://localhost:9000