All Projects → MillerRen → Juggler

MillerRen / Juggler

Licence: mit
The Backbone.Marionette UI Framework

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Juggler

RosettaDesign
RosettaDesign using PyRosetta
Stars: ✭ 19 (+216.67%)
Mutual labels:  backbone
Vie
Semantic Interaction Framework for JavaScript
Stars: ✭ 307 (+5016.67%)
Mutual labels:  backbone
Backbone.radio
Messaging patterns for Backbone applications.
Stars: ✭ 496 (+8166.67%)
Mutual labels:  backbone
backboneindex
Filter Backbone resources with ease
Stars: ✭ 15 (+150%)
Mutual labels:  backbone
backbone.base-router
A better starting point for building a new Backbone Router.
Stars: ✭ 49 (+716.67%)
Mutual labels:  backbone
Pvt
Stars: ✭ 379 (+6216.67%)
Mutual labels:  backbone
detectron2 backbone
detectron2 backbone: resnet18, efficientnet, hrnet, mobilenet v2, resnest, bifpn
Stars: ✭ 171 (+2750%)
Mutual labels:  backbone
Res2net Pretrainedmodels
(ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"
Stars: ✭ 727 (+12016.67%)
Mutual labels:  backbone
backbone-wp
A WordPress theme built with Backbone that uses front-end routing.
Stars: ✭ 12 (+100%)
Mutual labels:  backbone
Fullstack Javascript
Source code for the Fullstack JavaScript book
Stars: ✭ 456 (+7500%)
Mutual labels:  backbone
general backbone
No description or website provided.
Stars: ✭ 37 (+516.67%)
Mutual labels:  backbone
flexible-yolov5
More readable and flexible yolov5 with more backbone(resnet, shufflenet, moblienet, efficientnet, hrnet, swin-transformer) and (cbam,dcn and so on), and tensorrt
Stars: ✭ 282 (+4600%)
Mutual labels:  backbone
Force
The Artsy.net website
Stars: ✭ 429 (+7050%)
Mutual labels:  backbone
backbone.marionette.example
MVVM-flavored example CRUD app with Backbone.Marionette + Backbone.stickit + Browserify
Stars: ✭ 37 (+516.67%)
Mutual labels:  backbone
Espresso.js
Super minimal MVC library
Stars: ✭ 520 (+8566.67%)
Mutual labels:  backbone
backbone-tutorial-series
Source code generated in the Backbone.js tutorial series
Stars: ✭ 71 (+1083.33%)
Mutual labels:  backbone
Autoedit 2
Fast text based video editing, node Electron Os X desktop app, with Backbone front end.
Stars: ✭ 343 (+5616.67%)
Mutual labels:  backbone
Hackflowy
📓 Workflowy clone, built using Backbone.js & Socket.io
Stars: ✭ 772 (+12766.67%)
Mutual labels:  backbone
Tyto
manage and organise things
Stars: ✭ 662 (+10933.33%)
Mutual labels:  backbone
Backbone Nested
A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
Stars: ✭ 453 (+7450%)
Mutual labels:  backbone

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].