react 常用命令

前端之家收集整理的这篇文章主要介绍了react 常用命令前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  • 安装包 npm install
  • 终端启动 ios 的命令: react-native run-ios
  • 终端启动 android 的命令: react-native run-android
  • chrome里面进入调试 option + command + j
  • 项目内安装 npm i somename --save
  • 全局安装 npm i somename --g
  • 查看 react-native 版本 npm info react-native
  • 更新最新版本 npm install --save react-native@VersionCode
  • 更新文档https://facebook.github.io/react-native/docs/upgrading.html
  • 查看npm 环境 npm config list
原文链接:https://www.f2er.com/react/306610.html

猜你在找的React相关文章