Skip to content

antialias/simple-view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,277 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-view

Fork of Backbone.View (and Backbone.Events):

  • simplified to support only commonjs.
  • browser support requires a commonjs bundler (e.g. webpack or browserify)
  • jQuery dependency has been removed
  • no support for view.$el
  • view.$ uses view.el.querySelectorAll
  • Specs have been ported from QUnit + phantomjs to mocha + jsdom.
  • specs are no longer run on an actual browser, use at your own risk.

##installation:

npm install --save simple-view

##usage:

const View = require('simple-view').View;

##documentation See Backbone.View.

About

Give your JS App some Backbone with Models, Views, Collections, and Events

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%