美文网首页
taro开发从零开始

taro开发从零开始

作者: bao饺子 | 来源:发表于2019-11-17 17:52 被阅读0次

第一步,安装rn环境
安装brew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装node watchman

brew install node
brew install 

# 使用nrm工具切换淘宝源
npx nrm use taobao

# 如果之后需要切换回官方源可使用 
npx nrm use npm

npm install -g yarn react-native-cli

安装xcode

第二步,安装taro

# 使用 npm 安装 CLI
$ npm install -g @tarojs/cli
# OR 使用 yarn 安装 CLI
$ yarn global add @tarojs/cli
# OR 安装了 cnpm,使用 cnpm 安装 CLI
$ cnpm install -g @tarojs/cli

相关文章

网友评论

      本文标题:taro开发从零开始

      本文链接:https://www.haomeiwen.com/subject/keqpictx.html