Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/born2net/backbone-boilerplate-and-stackview
A starting point using Bootstrap, Backbone, StackView and more
https://github.com/born2net/backbone-boilerplate-and-stackview
Last synced: 1 day ago
JSON representation
A starting point using Bootstrap, Backbone, StackView and more
- Host: GitHub
- URL: https://github.com/born2net/backbone-boilerplate-and-stackview
- Owner: born2net
- License: gpl-3.0
- Created: 2014-04-21T15:49:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T03:17:51.000Z (about 9 years ago)
- Last Synced: 2024-04-09T16:16:48.235Z (7 months ago)
- Language: JavaScript
- Size: 2.06 MB
- Stars: 31
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Backbone / StackView Boilerplate App
====================================
current version: 0.5.1A backbone boilerplate using Single Page App Skeleton and powered by StackView
-----------------------------------------------------------------------------------------Working Demo: https://secure.digitalsignage.com/boilerplate/public/index.html
The application is a great way to get up and running quickly with everything one needs for a Single Page Application (SPA).
It takes care of authentication, language selection, SPA views, properties box, popup dialog, popup messages and more.
Component communication is achieved through ComBroker which was developed around the Mediator pattern.The SAP was designed with Mobile in mind (i.e.: Bootstrap) and will cater itself to the screen size.
For example, on wide screen the properties box will be visible to the right, but if mobile, it will turn into a popup.
Also, if the screen is wide, but not wide enough, the properties box to the right will turn into collapsible widget.Best of all, the app is powered by StackView which allows you a simple yet effective way to switch between Backbone views.
With StackView you have the power to switch between sliders, popups and Fade Views using smooth animation.
And the great thing is that you don't have to jump through hoops to get it all working nicely together.To grab the source code and learn more about StackView (The awesome Backbone.View manager) go here:
https://github.com/born2net/StackViewThe sample application takes advantage of the following technologies:
- StackView
- ComBroker
- Backbone
- jQuery
- Require
- Cookie
- Bootstrap
- Localizer
- Bootbox
- LocalStorage
- and a bit more synthetic sugarInstallation:
------------------------------------------------------------------------
Simply clone the project, unzip to a web server under the directory of: boilerplate/public/[DATA HERE]' and point your browser to index.html file.
If you to change path, be sure to modify init.js startup file.License:
------------------------------------------------------------------------
- Available under MIT license