Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bevry-archive/miniview

Miniature (Spine/Backbone like) views for your client-side app. Respects garbage collection.
https://github.com/bevry-archive/miniview

client-side mvc spinemvc

Last synced: about 10 hours ago
JSON representation

Miniature (Spine/Backbone like) views for your client-side app. Respects garbage collection.

Awesome Lists containing this project

README

        

# MiniView

[![Build Status](http://img.shields.io/travis-ci/bevry/miniview.png?branch=master)](http://travis-ci.org/bevry/miniview "Check this project's build status on TravisCI")
[![NPM version](http://badge.fury.io/js/miniview.png)](https://npmjs.org/package/miniview "View this project on NPM")
[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")

Miniature (Spine/Backbone like) views for your client-side app. Respects garbage collection.

## Install

### [Node](http://nodejs.org/)
- Use: `require('miniview')`
- Install: `npm install --save miniview`

### [Browserify](http://browserify.org/)
- Use: `require('miniview')`
- Install: `npm install --save miniview`
- CDN URL: `//wzrd.in/bundle/[email protected]`

### [Ender](http://ender.jit.su/)
- Use: `require('miniview')`
- Install: `ender add miniview`

## Usage

[View the interactive JSFiddle](http://jsfiddle.net/balupton/N4W28/)

## History
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/miniview/blob/master/HISTORY.md#files)

## Contribute

[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/bevry/miniview/blob/master/CONTRIBUTING.md#files)

## Backers

### Maintainers

These amazing people are maintaining this project:

- Benjamin Lupton (https://github.com/balupton)

### Sponsors

No sponsors yet! Will you be the first?

[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")

### Contributors

These amazing people have contributed code to this project:

- [Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/bevry/miniview/commits?author=balupton)

[Become a contributor!](https://github.com/bevry/miniview/blob/master/CONTRIBUTING.md#files)

## License

Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT license](http://creativecommons.org/licenses/MIT/)

Copyright © 2013+ Bevry Pty Ltd (http://bevry.me)