The JS UI framework is a set of JS-UI frameworks provided for you to develop OpenHarmony applications on mini system. The following figure shows the framework architecture.
Figure 1 Framework architecture
The JS UI framework consists of the JavaScript data binding framework, JavaScript runtime, and JavaScript framework.
JavaScript data binding framework
Provides a set of basic data binding capabilities through JavaScript.
JavaScript runtime
Supports parsing and execution of JavaScript code.
JavaScript framework
Provides the framework mechanism of JavaScript APIs and components through the C++ language.
The source code of the framework is stored in /foundation/arkui/arkui_ace_engine_lite. The directory structure is as follows:
/foundation/arkui/arkui_ace_engine_lite
├── frameworks # Framework code
│ ├── common # Common kits
│ ├── examples # Sample code
│ ├── include # Header files
│ ├── module_manager # JS module manager
│ ├── native_engine # JS engine adapter
│ ├── packages # JavaScript implementation
│ ├── src # Source code
│ ├── targets # Configuration files of target devices
│ └── tools # Tool code
├── interfaces # APIs exposed externally
│ └── innerkits # Header files for internal subsystems
│ └── builtin # JavaScript third-party module APIs exposed by the JS UI framework
└── test # Test cases
For details about the APIs, see the JS Application Development.
Application Development
Please refer to Visual Application Development for more application development details.
Framework Development
For development action on the JS UI framework itself, please refer to The Framework Debugging Tool, this tool provides one small PC simulator debugging environment, which can be used for framework code development.
arkui_ace_engine_lite
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.