@tarojs/components

import { View, Text, Navigator, Image } from '@tarojs/components'

块级元素 -> View 行内元素 -> Text img -> Image 跳转不同页面 -> Navigator

  • 在小程序端,React/Nerv 指向 mini/index.js,Vue 无需使用此包。
  • 在 H5 端,React/Nerv 指向 h5/react/index.js,Vue 指向 h5/vue/index.js。H5 端使用 stencil 把组件编译为 Web Components 以提供跨框架调用。

原则: 在满足 B 端移动视觉规范的基础上, 优先将 beast-mobile 组件迁移成小程序组件,

link