Skip to content
h4evr edited this page Apr 10, 2013 · 5 revisions

Meems

Meems is a framework for developing cross-platform mobile applications using HTML5, CSS3 and Javascript. The Javascript library enables you to design the user interface and bind it to objects, using the Model-View-ViewModel (MVVM) pattern, thus ensuring that your models and the UI stay easily synchronized. Taking advantage of RequireJS, you can build complex applications while your code stays organized and easy to read, but in later stages it can be minimized and uglified into a single Javascript file. Throw it into a PhoneGap Build project and you can wrap it in a native container for different mobile platforms (Android, iOS, Windows Phone, WebOS, BlackBerry and Symbian at the moment) with the same code base and take advantage of the native capabilities of the phone, through PhoneGap.

The Meems framework is built over the following libraries:

This documentation focus on how to use the Meems framework to build your application. For a more technical documentation, please refer to the [API docs] ().

Documentation

Clone this wiki locally