UNPKG

489 BMarkdownView Raw
1# @tarojs/components
2
3Taro 组件库。
4
5在小程序端,React/Nerv 指向 `mini/index.js`,Vue 无需使用此包。
6
7在 H5 端,React/Nerv 指向 `h5/react/index.js`,Vue 指向 `h5/vue/index.js`。H5 端使用 [stencil](https://stenciljs.com/) 把组件编译为 Web Components 以提供跨框架调用。
8
9> NOTE: `@stencil/react-output-target`、`@stencil/vue-output-target` 在 @tarojs/components-library-* 中存在一些特殊处理,验证过无问题可以自行升级。