update readme
This commit is contained in:
parent
adf326d192
commit
29f1b83482
|
@ -8,6 +8,7 @@
|
|||
### 特性
|
||||
|
||||
- 小巧的尺寸(gzip压缩后仅4kb)
|
||||
- 真正的 [MVVM](https://github.com/Tencent/omi/blob/master/tutorial/omi-mvvm.cn.md), [mappingjs](https://github.com/Tencent/omi/tree/master/packages/mappingjs) 强力支持
|
||||
- 支持 `TypeScript`
|
||||
- 响应式数据绑定
|
||||
- 增强了 CSS, [支持 rpx 单位](https://github.com/Tencent/omi/releases/tag/v4.0.26),基于 **750** 屏幕宽度
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
## Why Omi?
|
||||
|
||||
- 작은 파일 사이즈. _(**4kb** gzip 압축후)_
|
||||
- [MVVM](https://github.com/Tencent/omi/blob/master/tutorial/omi-mvvm.md) 지원.
|
||||
- TypeScript 지원.
|
||||
- 반응형 데이터 바인딩
|
||||
- Enhanced CSS, [rpx unit support](https://github.com/Tencent/omi/releases/tag/v4.0.26) **750** width 사이즈를 기본으로한
|
||||
|
|
|
@ -8,6 +8,7 @@ English | [简体中文](./README.CN.md) | [한국어](./README.KR.md)
|
|||
## Why Omi?
|
||||
|
||||
- Tiny size. _(**4kb** gzipped)_
|
||||
- Real [MVVM](https://github.com/Tencent/omi/blob/master/tutorial/omi-mvvm.md) with [mappingjs](https://github.com/Tencent/omi/tree/master/packages/mappingjs) strong support.
|
||||
- Supports TypeScript.
|
||||
- Reactive data-binding
|
||||
- Enhanced CSS, [rpx unit support](https://github.com/Tencent/omi/releases/tag/v4.0.26) base on **750** screen width
|
||||
|
@ -54,7 +55,6 @@ Omi uses Shadow DOM based style isolation and semantic structure.
|
|||
| [omi-mobx](https://github.com/Tencent/omi/tree/master/packages/omi-mobx)|Omi Mobx Adapter|
|
||||
| [omi-use](https://github.com/Tencent/omi/blob/master/docs/main-concepts.md#use)|React hooks like API|
|
||||
| [omi-native](https://github.com/Tencent/omi/tree/master/packages/omi-native)|Render web components to native|
|
||||
| [westore](https://github.com/dntzhang/westore)| Wechat Mini Program Solution with omi |
|
||||
| [omi-weui](https://github.com/Tencent/omi/tree/master/packages/omi-weui) |[Weui](https://weui.io/) for Omi by [@132yse](https://github.com/132yse).|
|
||||
|[omi-i18n](https://github.com/i18next/omi-i18n)| Internationalization solution for omi.js using i18next ecosystem |
|
||||
| [omi-page](https://github.com/Tencent/omi/tree/master/packages/omi-page) |Tiny client-side router by [page](https://github.com/visionmedia/page.js)|
|
||||
|
|
Loading…
Reference in New Issue