taro icon indicating copy to clipboard operation
taro copied to clipboard

如何基于 Taro 开发第三方多端 UI 库?

Open chaserstrong opened this issue 2 years ago • 1 comments

这个特性解决了什么问题?

翻阅官方文档,找到这篇文章,说明了如何使用taro开发多端ui库,但是按照文档的引导实操的时候发现不能生效。 执行TARO_BUILD_TYPE=ui taro build --ui报:请传入正确的编译类型! image

深入排查发现文档中给出的实际案例是1.xx版本的taro:https://github.com/NervJS/taro-ui-sample。 请问现在3.xx版本是否有类似的案例或者方法?

这个 API 长什么样?

chaserstrong avatar Jan 18 '24 02:01 chaserstrong

可以 参考 taro-ui 和 nut-ui 吧

TheKonka avatar Jan 18 '24 14:01 TheKonka

Duplicate of #13103

ZakaryCode avatar Feb 19 '24 07:02 ZakaryCode