Enact

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

Github stars Tracking Chart

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

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


Overview

Name With Ownerenactjs/enact
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
PlatformLinux, Mac, Windows, webOS
License:Apache License 2.0
Release Count203
Last Release Name4.9.0-alpha.1 (Posted on 2024-04-09 16:36:40)
First Release Name1.0.0-alpha.1 (Posted on 2016-09-29 16:04:52)
Created At2016-09-08 00:14:51
Pushed At2024-04-10 14:24:04
Last Commit At2024-04-09 16:36:34
Stargazers Count297
Watchers Count94
Fork Count30
Commits Count3.7k
Has Issues Enabled
Issues Count27
Issue Open Count0
Pull Requests Count2744
Pull Requests Open Count63
Pull Requests Close Count392
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.

To the top