Enact

一个建立在 React 之上的应用程序开发框架,易于使用、性能卓越、可定制。「An app development framework built atop React that’s easy to use, performant and customizable.」

Github星跟踪图

Enact

一个包含 Enact 框架模块的单仓库。

Enact 使用 lerna 来管理这个 repo 中的各个模块。

入门

开发者应该使用 @enact 命名空间下的各个 npm 模块。

对于本地框架的开发,可以使用 bootstrap 命令来设置这个单仓库。

npm run bootstrap

另外,如果你想安装和设置包的依赖性,以便在系统中全局使用,可以使用 bootstrap-link 命令。

npm run bootstrap-link

该命令将 npm link 到全局的 NPM 用户空间中,通过 npm 链接 <package> 或颁布链接在其他项目中使用。

版权和许可信息

除非另有说明,否则本资源库中的所有内容,包括所有源代码文件和文档文件都是。

版权所有(c) 2012-2020 LG电子

除非在 NOTICE 文件中另有说明或规定,所有内容,包括本资源库中的所有源代码文件和文档文件。根据Apache许可证,2.0版本("许可证")授权;您不得使用这些内容,除非符合许可证的规定。您可以在以下地址获得许可证的副本
http://www.apache.org/licenses/LICENSE-2.0

除非适用法律要求或书面同意,否则根据许可证分发的软件是以 "原样" 为基础分发的,没有任何形式的明示或暗示的保证或条件。请参阅许可证中关于许可证下权限和限制的具体语言。


概览

名称与所有者enactjs/enact
主编程语言JavaScript
编程语言JavaScript (语言数: 2)
平台Linux, Mac, Windows, webOS
许可证Apache License 2.0
发布数203
最新版本名称4.9.0-alpha.1 (发布于 2024-04-09 16:36:40)
第一版名称1.0.0-alpha.1 (发布于 2016-09-29 16:04:52)
创建于2016-09-08 00:14:51
推送于2024-04-24 08:15:29
最后一次提交2024-04-09 16:36:34
星数298
关注者数93
派生数30
提交数3.7k
已启用问题?
问题数28
打开的问题数1
拉请求数2746
打开的拉请求数64
关闭的拉请求数392
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Enact Travis license Gitter

A mono-repo containing Enact framework modules

Enact uses lerna to manage the individual modules within this repo.

Usage

Developers should use the individual npm modules hosted under the @enact namespace.

For framework developers, execute the bootstrap command to build and link modules:

npm run bootstrap

Unless otherwise specified, all content, including all source code files and
documentation files in this repository are:

Copyright (c) 2012-2019 LG Electronics

Unless otherwise specified or set forth in the NOTICE file, all content,
including all source code files and documentation files in this repository are:
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this content except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

去到顶部