https://github.com/iuap-design/mtl
MTL 多端开发解决方案
https://github.com/iuap-design/mtl
flexbox immutablejs jest lodash react react-native react-native-cli react-navigation react-redux redux
Last synced: 3 months ago
JSON representation
MTL 多端开发解决方案
- Host: GitHub
- URL: https://github.com/iuap-design/mtl
- Owner: iuap-design
- License: mit
- Created: 2018-01-19T05:41:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T05:32:17.000Z (over 6 years ago)
- Last Synced: 2025-02-26T00:03:50.422Z (3 months ago)
- Topics: flexbox, immutablejs, jest, lodash, react, react-native, react-native-cli, react-navigation, react-redux, redux
- Language: JavaScript
- Homepage:
- Size: 2.12 MB
- Stars: 18
- Watchers: 10
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTL 多端开发解决方案
[](https://www.npmjs.com/package/mtl-apps)
[](https://travis-ci.org/iuap-design/mtl-apps)
[](https://coveralls.io/github/iuap-design/mtl-apps?branch=master)
[](https://npmjs.org/package/mtl-apps)
[](http://isitmaintained.com/project/iuap-design/mtl-apps "Average time to resolve an issue")
[](http://isitmaintained.com/project/iuap-design/mtl-apps "Percentage of issues still open")`MTL` 是基于 `React Native` 向上构建的多端一体化 `App` 解决方案,帮助开发者真正实现一套代码三端运行(IOS、Android、Mobile Web)
## 为什么选择 MTL
- :rocket: 你只需要懂 Web 开发,那么你就能用 MTL 快速开发属于你的移动应用
- :wrench: 提供 SDK、框架、工具、服务多位一体的方案,让开发过程如丝滑版柔顺
- :zap: 三端通用的 UI 组件,向上构建的智能和业务组件,让应用快人一步## 快速上手
[:fire: :fire: :fire: 基于 MTL 快速开发属于你的 App](./packages/mtl-apps/README.md)
[如果你是个新手,这里有很多相关技术资料可供充电。](./doc/react-native-resource.md)
## MTL 生态说明
- 基于 `MTL` 的应用平台:[mtl-apps](./packages/mtl-apps)
- `MTL CLI` 工具:[mtl-cli](./packages/mtl-cli)
- `MTL` 打包工具:[mtl-pack](./packages/mtl-pack)
- `MTL` 基础框架:[mtl-framework](./packages/mtl-framework)
- `MTL-Web` 方案:[mtl-rn2web](./packages/mtl-rn2web)
- `MTL` 通用组件 ListView:[mtl-component-listview](./packages/mtl-component-listview)
- `MTL` 通用组件 Chat:[mtl-component-chat](./packages/mtl-component-chat)
- ....## 更多
....进行中
## 协议
MIT License
Copyright (c) 2018 Yonyou FED
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
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.