Sha256: 9c73f091a723c07d4b9f76a95b8df05bf3aaa481033c5ff70f9e4178cbcf16b5

Contents?: true

Size: 1.04 KB

Versions: 3

Compression:

Stored size: 1.04 KB

Contents

Documentation and Sandbox
-------------------------
http://datapimp.github.com/luca


What Is Luca?
-------------
Luca is a component / container library for Backbone.js which
encompasses all of the best practices for laying out a large
app with many nested views and containers.

To run the sandbox:

* `bundle install`
* `rackup`

visit http://localhost:9292

Using it with Rails
-------------------
```ruby
# Gemfile
gem 'luca'
```

javascript manifest

```javascript
//= require luca-ui
```

stylesheet manifest

```css
/*
 *= require luca-ui
*/
```

Thanks To
---------
@jashkenas for making coffeescript, underscore, backbone.js.

@twitter for making bootstrap 2.0

@davidtonge for making backbone-query

@benchprep for giving me the freedom

@luca. who i spent only two minutes making and am exponentially more proud to have created.


https://raw.github.com/datapimp/luca/development-tools/assets/javascripts/dependencies/underscore-string.min.js
https://raw.github.com/datapimp/luca/development-tools/assets/javascripts/dependencies/backbond-string.min.js

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
luca-0.9.2 README.md
luca-0.9.1 README.md
luca-0.9.0 README.md