10个移动开发js框架

在http://www.webdesignerdepot.com/2012/11/10-javascript-frameworks-to-improve-your-mobile-development/中,提到了10个不错的移动开发js框架,
在这篇小结中,除了传统的jquery mobile,sencha touch,Titanium外,还提到了象小巧的Zepto,开发游戏的LimeJS,把特别的摘录如下:

1 zepto:
  Zepto was built specifically for mobile WebKit browsers such as Safari and Chrome and obeys a minimalist development philosophy that makes mobile development fast and easy.

Zepto is about keeping things simple—the goal of the framework is precise and to the point: to have 5 to 10k modular libraries that can be easily downloaded and quickly executed. It also scores brownie points for being extremely light, at only 5 KB.

The familiar API lets developers concentrate on getting things done quickly.


2 DHTMLX Touch
  This is another HTML5 JavaScript mobile development framework that helps create designs for smartphones and touch devices.

If you are looking for a framework that advocates minimal coding, choose DHTMLX Touch. The user interface is easy to use and the framework lets developers churn out different kinds of apps for different mobile platforms.


3 LimeJS
   If you want a JavaScript framework specifically for game development, try LimeJS. It uses HTML in several ways and makes games that are touchscreen-friendly and work both in browsers and applications.

Get the native experience of gaming with LimeJS.


4 TreeSaver
   TreeSaver uses standards-compliant HTML and CSS and is perfect for developing magazine-style layouts that can dynamically fit into different mobile browsers and devices.

TreeSaver can be used to design a large array of websites and apps without the need for JavaScript programming.


5 Mobilize.js
   Oftentimes, developers want to lessen their workload, so they seek a framework that can directly import an existing desktop-friendly website into a mobile-friendly platform. Mobilize.js is one such JavaScript framework that automatically detects mobile browsers and easily integrates, without the need to change anything on the server.

That it’s open source and has a WordPress version are additional conveniences for developers.

你可能感兴趣的:(JavaScript,mobile)