@malomalo/viking
v2.0.0-rc9
Published
Viking.js is an open-source web framework for JavaScript. Inspired by Backbone.js & Ruby on Rails; it makes it easier to write client side JavaScript applications.
Downloads
3
Maintainers
Readme
Installation
Download the latest version here:
Viking's dependencies are listed below:
jQuery (>= 1.9.1)
Backbone.js (>= 1.0.0)
Underscore.js (>= 1.4.4)
Underscore.Inflector (>= 1.0.0)
Building
Run rake build
from the base directory. It will output viking.js
in the root dir.
Browser Compatibility
Tested and functional in Chrome 36+, Safari 7+, Firefox 29+
IE10 and below does not support STI
IE9 and below does not support Viking.Router because of pushstate
IE8 Support
To use IE8 you'll need these dependencies:
JSON2 (required by backbone.js for IE8 support)
Viking.IE8 (needs to be included after viking.js)