diff --git a/examples/README.md b/examples/README.md index d1861287c62b..fc23be9eb62e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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: 微信小程序独立分包功能演示