Skip to content

Commit

Permalink
fix(example): add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Oct 18, 2022
1 parent 7ca6284 commit 04b8dd4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

收录了一系列 Taro 的例子。

- build-weapp-plugin: 开发微信小程序插件
- blended-basic: 在原生小程序项目中使用 Taro 生成的页面
- blended-apart: 把 Taro 项目作为原生项目中的一个分包单独使用
- blend-taro-component: 把 Taro 项目编译为原生自定义组件
- weapp-independent-subpackages: 微信小程序独立分包功能演示
- blended-basic: 在原生小程序项目中使用 Taro 生成的页面
- blended-taro-component: 把 Taro 项目编译为原生自定义组件
- blended-taro-component-vue3: 把 Taro-Vue3 项目编译为原生自定义组件
- build-weapp-plugin: 开发微信小程序插件
- custom-tabbar-react: 微信小程序自定义 TabBar(React)
- custom-tabbar-vue3: 微信小程序自定义 TabBar(Vue3)
- external-prebundle: 第三方使用 PreBundle 特性
- mini-split-chunks-plugin: 智能提取分包依赖
- weapp-independent-subpackages: 微信小程序独立分包功能演示

0 comments on commit 04b8dd4

Please sign in to comment.