@@ -11,7 +11,7 @@ import News from './news'
1111
1212## 简介
1313
14- ** Taro** 是一个开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv/Svelte 等框架来开发 [ 微信] ( https://mp.weixin.qq.com/ ) / [ 京东] ( https://mp.jd.com/?entrance=taro ) / [ 百度] ( https://smartprogram.baidu.com/ ) / [ 支付宝] ( https://mini.open.alipay.com/ ) / [ 字节跳动] ( https://developer.open-douyin.com/ ) / [ QQ] ( https://q.qq.com/ ) / [ 飞书] ( https://open.feishu.cn/document/uYjL24iN/ucDOzYjL3gzM24yN4MjN ) 小程序 / H5 / RN 等应用。
14+ ** Taro** 是一个开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发 [ 微信] ( https://mp.weixin.qq.com/ ) / [ 京东] ( https://mp.jd.com/?entrance=taro ) / [ 百度] ( https://smartprogram.baidu.com/ ) / [ 支付宝] ( https://mini.open.alipay.com/ ) / [ 字节跳动] ( https://developer.open-douyin.com/ ) / [ QQ] ( https://q.qq.com/ ) / [ 飞书] ( https://open.feishu.cn/document/uYjL24iN/ucDOzYjL3gzM24yN4MjN ) 小程序 / H5 / RN 等应用。
1515
1616现如今市面上端的形态多种多样,Web、React Native、微信小程序等各种端大行其道。当业务要求同时在不同的端都要求有所表现的时候,针对不同的端去编写多套代码的成本显然非常高,这时候只编写一套代码就能够适配到多端的能力就显得极为需要。
1717
@@ -23,31 +23,32 @@ Taro 3 可以支持转换到 H5、ReactNative 以及任意小程序平台。
2323
2424目前官方支持转换的平台如下:
2525
26- - [ H5] ( https://developer.mozilla.org/zh-CN/docs/Web?from=taro )
27- - [ ReactNative ] ( https://reactnative.dev/?from=taro )
28- - [ 微信小程序] ( https://developers.weixin.qq.com/miniprogram/dev/framework/?from=taro )
29- - [ 京东小程序] ( https://mp.jd.com/?from=taro )
30- - [ 百度智能小程序] ( https://smartprogram.baidu.com/developer/index.html?from=taro )
31- - [ 支付宝小程序] ( https://opendocs.alipay.com/mini/developer/getting-started?from=taro )
32- - [ 抖音小程序] ( https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/introduction/overview?from=taro )
33- - [ QQ 小程序] ( https://q.qq.com/wiki/develop/miniprogram/frame/?from=taro )
34- - [ 钉钉小程序] ( https://open.dingtalk.com/document/org/develop-org-mini-programs?from=taro )
35- - [ 企业微信小程序] ( https://developers.weixin.qq.com/miniprogram/dev/devtools/qywx-dev.html?from=taro )
36- - [ 支付宝 IOT 小程序] ( https://opendocs.alipay.com/iot/multi-platform/vcs0fv?from=taro )
37- - [ 飞书小程序] ( https://open.feishu.cn/document/uYjL24iN/uMjNzUjLzYzM14yM2MTN?from=taro )
26+ - [ < img title = " H5 " src = { require ( ' @site/static/img/platform/h5.png ' ). default } className = " icon_platform " width = " 25px " /> H5] ( https://developer.mozilla.org/zh-CN/docs/Web?from=taro )
27+ - [ < img title = " React Native " src = { require ( ' @site/static/img/platform/rn.png ' ). default } className = " icon_platform " width = " 25px " /> React Native ] ( https://reactnative.dev/?from=taro )
28+ - [ < img title = " 微信小程序 " src = { require ( ' @site/static/img/platform/weapp.png ' ). default } className = " icon_platform " width = " 25px " /> 微信小程序] ( https://developers.weixin.qq.com/miniprogram/dev/framework/?from=taro )
29+ - [ < img title = " 京东小程序 " src = { require ( ' @site/static/img/platform/jd.png ' ). default } className = " icon_platform " width = " 25px " /> 京东小程序] ( https://mp.jd.com/?from=taro )
30+ - [ < img title = " 百度小程序 " src = { require ( ' @site/static/img/platform/swan.png ' ). default } className = " icon_platform " width = " 25px " /> 百度智能小程序] ( https://smartprogram.baidu.com/developer/index.html?from=taro )
31+ - [ < img title = " 支付宝小程序 " src = { require ( ' @site/static/img/platform/alipay.png ' ). default } className = " icon_platform " width = " 25px " /> 支付宝小程序] ( https://opendocs.alipay.com/mini/developer/getting-started?from=taro )
32+ - [ < img title = " 抖音小程序 " src = { require ( ' @site/static/img/platform/tt.png ' ). default } className = " icon_platform " width = " 25px " /> 抖音小程序] ( https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/introduction/overview?from=taro )
33+ - [ < img title = " QQ 小程序 " src = { require ( ' @site/static/img/platform/qq.png ' ). default } className = " icon_platform " width = " 25px " /> QQ 小程序] ( https://q.qq.com/wiki/develop/miniprogram/frame/?from=taro )
34+ - [ < img title = " 钉钉小程序 " src = { require ( ' @site/static/img/platform/ding-talk.png ' ). default } className = " icon_platform " width = " 25px " /> 钉钉小程序] ( https://open.dingtalk.com/document/org/develop-org-mini-programs?from=taro )
35+ - [ < img title = " 企业微信小程序 " src = { require ( ' @site/static/img/platform/wework.png ' ). default } className = " icon_platform " width = " 25px " /> 企业微信小程序] ( https://developers.weixin.qq.com/miniprogram/dev/devtools/qywx-dev.html?from=taro )
36+ - [ < img title = " 支付宝 IOT 小程序 " src = { require ( ' @site/static/img/platform/alipay.png ' ). default } className = " icon_platform " width = " 25px " /> 支付宝 IOT 小程序] ( https://opendocs.alipay.com/iot/multi-platform/vcs0fv?from=taro )
37+ - [ < img title = " 飞书小程序 " src = { require ( ' @site/static/img/platform/lark.png ' ). default } className = " icon_platform " width = " 25px " /> 飞书小程序] ( https://open.feishu.cn/document/uYjL24iN/uMjNzUjLzYzM14yM2MTN?from=taro )
3838
3939### 框架支持
4040
41- 在 Taro 3 中可以使用完整的 ** React / Vue / Vue3 / Nerv** 开发体验,具体请参考:
41+ 在 Taro 3 中可以使用完整的 [ ** < img title = " react " src = { require ( ' @site/static/img/framework/react.png ' ). default } className = " icon_platform " width = " 25px " /> React** ] ( https://react.dev/ ) / [ ** < img title = " vue " src = { require ( ' @site/static/img/framework/vue.png ' ). default } className = " icon_platform " width = " 25px " /> Vue** ] ( https://vuejs.org/ ) / [ ** < img title = " preact " src = { require ( ' @site/static/img/framework/preact.png ' ). default } className = " icon_platform " width = " 25px " /> Preact ** ] ( https://preactjs.com/ ) / [ ** < img title = " svelte " src = { require ( ' @site/static/img/framework/svelte.png ' ). default } className = " icon_platform " width = " 25px " /> Svelte ** ] ( https://svelte.dev/ ) / [ ** < img title = " nerv " src = { require ( ' @site/static/img/framework/nerv.png ' ). default } className = " icon_platform " width = " 25px " /> Nerv** ] ( https://github.com/NervJS/nerv ) 开发体验,具体请参考:
4242
4343- [ 基础教程——React] ( ./react-overall )
4444- [ 基础教程——Vue] ( ./vue-overall )
4545- [ 基础教程——Vue3] ( ./vue3 )
46+ - [ 基础教程——Preact] ( ./preact )
4647
4748<Tabs
4849 defaultValue = " React"
4950 values = { [
50- {label: <ReactIcon />, value: ' React' },
51+ {label: <ReactIcon />, value: ' React' },
5152 {label: <VueIcon />, value: ' Vue' }
5253 ]} >
5354<TabItem value = " React" >
0 commit comments