Merge branch 'master' of https://github.com/AlloyTeam/omi
This commit is contained in:
commit
151fc791f0
17
LICENSE
17
LICENSE
|
@ -1,7 +1,18 @@
|
|||
Tencent is pleased to support the open source community by making Omi available.
|
||||
Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
|
||||
If you have downloaded a copy of the Omi binary from Tencent, please note that the Omi binary is licensed under the MIT License.
|
||||
If you have downloaded a copy of the Omi source code from Tencent, please note that Omi source code is licensed under the MIT License, except for the third-party components listed below which are subject to different license terms. Your integration of Omi into your own projects may require compliance with the MIT License, as well as the other licenses applicable to the third-party components included within Omi.
|
||||
A copy of the MIT License is included in this file.
|
||||
|
||||
|
||||
Open Source Software Licensed Under the MIT License:
|
||||
------------------------------------------------------
|
||||
preact 8.2.7
|
||||
Copyright (c) 2017 Jason Miller
|
||||
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2018-present dntzhang
|
||||
|
||||
------------------------------------------------------
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
- 超小的尺寸和超快的速度
|
||||
- 兼容 React/Preact/Omi API
|
||||
- Scoped CSS, 让你的 CSS 选择器更加简单
|
||||
- Scoped CSS, 让 CSS 选择器更加简单,延迟执行,和组件打包在一起
|
||||
- 每个组件都有 update 方法,当然你也可以继续 setState
|
||||
- Store system, 内置的,不需要依赖任何库
|
||||
- 创建网站无需任何配置的脚手架工具 omi-cli (相当于 create-react-app 多页面版本)
|
||||
|
@ -280,9 +280,6 @@ npm i omi
|
|||
- [preact github](https://github.com/developit/preact)
|
||||
- [preactjs.com](https://preactjs.com/)
|
||||
- [omijs.org](http://omijs.org/)
|
||||
- server side render
|
||||
- [preact-render-to-string](https://github.com/developit/preact-render-to-string)
|
||||
- [ssr demo](https://github.com/lukeed/preact-cli-ssr)
|
||||
- [differences to react](https://preactjs.com/guide/differences-to-react)
|
||||
- [native support](https://github.com/AlloyTeam/omi/tree/master/src/native)
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Omi has prosperous ecology and strong features through the second-hand preact de
|
|||
|
||||
- Super tiny size and Super fast
|
||||
- Extensive React/Preact/Omi compatibility
|
||||
- Scoped CSS, made css selector simple
|
||||
- Scoped CSS, made css selector simple, lazy evaluation and package with it's component
|
||||
- Each component has a update method, you can continue to use setState
|
||||
- Store system, data and logic of components management for omi without other frameworks dependencies
|
||||
- Server side render, Native Suppport, ES6+, JSX, VDOM, React DevTools, HMR ...
|
||||
|
@ -277,9 +277,6 @@ or get it from CDN:
|
|||
- [preact github](https://github.com/developit/preact)
|
||||
- [preactjs.com](https://preactjs.com/)
|
||||
- [omijs.org](http://omijs.org/)
|
||||
- server side render
|
||||
- [preact-render-to-string](https://github.com/developit/preact-render-to-string)
|
||||
- [ssr demo](https://github.com/lukeed/preact-cli-ssr)
|
||||
- [differences to react](https://preactjs.com/guide/differences-to-react)
|
||||
- [native support](https://github.com/AlloyTeam/omi/tree/master/src/native)
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>location.href="https://github.com/AlloyTeam/omi";</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue