Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bevry-archive/miniview
- Owner: bevry-archive
- License: other
- Created: 2013-12-04T12:28:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-20T06:39:38.000Z (almost 11 years ago)
- Last Synced: 2024-09-19T04:19:40.616Z (about 2 months ago)
- Topics: client-side, mvc, spinemvc
- Language: CoffeeScript
- Homepage: http://jsfiddle.net/balupton/N4W28/
- Size: 112 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)