Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 771 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 771 Bytes

Backbone UI: _Template

This is a simple Backbone UI template, designed to make it easy to get started creating a new Backbone UI element.

Simply search and replace "template" and "Template" with your UI element name.

The template contains all the basic structure to get started creating a Backbone UI.

Important files:

examples/static.html Contains a bare bone HTML structure and instantiates the view:

var view = new Backbone.UI.Template();

assets/js/backbone.ui.template.js Contains a simple backbone view to get started

assets/less/backbone.ui.template.less

assets/css/backbone.ui.template.css

The template was created using less. The style sheet has been compiled to a plain css file.

It's your choice if you want to continue developing in less or css.