Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Bic3Forms 3
Build StatusBuild Status

 

 

BIC3 is a jQuery Mobile implementation of The Blink Intelligent Client.

This project uses Require.JS to lazy-load components as they are needed, and to enable the development of isolated modules. As such, any JavaScript code you add to this environment may need minor adjustments before it will actually execute as intended.

This is different to BIC v2, where you could rely on jQuery and jQuery UI being available to your code at any time. In BIC v3, jQuery and jQuery Mobile are loaded asynchronously and non-deterministically.

Unless you use the Require.JS API, you cannot depend on these libraries being available.

Core Technologies #

 

  • jQuery
  • jQuery Mobile
  • Backbone (w/ Underscore)
  • RequireJS
  • Grunt

 

Release Notes 

https://github.com/blinkmobile/bic-v3/releases/

Project Documentation #

View Code In Github

  • No labels