Bootstrap

taro react写法

使用yarn:需要自己配置环境变量(为了在系统上全局使用)
微信小程序
编译命令

yarn

$ yarn dev:weapp
$ yarn build:weapp

编译h5页面(taro文档内没有)
$yarn dev:h5

;