Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
本人第一次接触taro,我的react项目是华为welink上的,并不是taro的脚手架创建的。现在需要使用taro的日历组件。我必须要安装taro的脚手架吗?taro能否普通库一样npm install后直接import后使用?
显然不行。你如果只是要用 taro-ui的日志组件,应该是可以的,他是标准 React 组件。 taro 是个多端编译的框架,而不仅仅是个npm 包。 如果要日历组件,那有很多选择哦。