Enyo (software)
From Wikipedia, the free encyclopedia
| Developer(s) | LG |
|---|---|
| Stable release | 2.2 / February 21, 2013 |
| Development status | Active |
| Written in | Object-oriented programming |
| Operating system | Cross-platform |
| Size | 17 KB (archived) |
| Type | JavaScript framework |
| License | Apache License 2.0 |
| Website | enyojs.com |
Enyo is an open source object-oriented JavaScript framework emphasizing encapsulation and modularity for mobile or web application.[1][2][3] The software has been released under an open source license.[4]
Contents |
Examples [edit]
This is an example of a 'Hello World!' program in Enyo
enyo.kind({ name: "HelloWorld", kind: enyo.Control, content: 'Hello, World!', }); new HelloWorld().write();
Bootplate [edit]
Bootplate is a simplified way of creating an app, providing a skeleton of the program's folder tree. The Bootplate template provides a complete starter project that supports source control and cross-platform deployment out of the box. It can be used to facilitate both the creation of a new project and the preparation for its eventual deployment.[5]
Community [edit]
The IRC channel for Enyo is the channel #EnyoJS on freenode.[6]
See also [edit]
References [edit]
- ^ "Developing Enyo Applications". Retrieved 2011-12-30.
- ^ "webOS Enyo framework free to developers today, brings pixel density agnostic apps to phones, tablets and PC". Retrieved 2011-12-30.
- ^ "HP-Palm's Enyo: A New webOS Apps Framework". Retrieved 2011-12-30.
- ^ "HP: WebOS, Enyo app framework goes open source". Retrieved 2011-12-30.
- ^ "Bootplate Github". Retrieved 2012-7-24.
- ^ "Enyo Community". Retrieved 2012-7-24.
External links [edit]
| This mobile phone-related article is a stub. You can help Wikipedia by expanding it. |