It's moved to https://enyojs.atlassian.net.
This repository contains Enyo core. We've pared it down to the essentials, so folks can work at the metal. Widget sets, localization code, and other fancy bits are in separate repos.
Note: In Chrome, various samples will not work from file:https://
URLs because of
Chrome's security policy. To work around this, run your app from a local http
server, use the --allow-file-access-from-files
flag when starting Chrome, or
use the online samples at https://enyojs.com.
Enyo is an object-oriented JavaScript application framework emphasizing modularity and encapsulation. Enyo is suitable for both small- and large-scale applications.
Enyo 1.x was the underlying framework used to develop applications for HP's TouchPad tablet. Enyo as shipped on the TouchPad included an complete set of user interface components and service wrappers. What you will find here is Enyo 2, what we informally call core: the primary infrastructure needed to support any number of Enyo-based libraries. Enyo 1.x is now available under an open-source license.
Enyo was designed from the beginning to be highly extensible. This repository reflects a small working set of code that may be expanded with any number of libraries or plugins.
Enyo 2 is lightweight, easy to digest, and powerful.