当前位置: 首页 > 工具软件 > Nuclide > 使用案例 >

react-native IDE(nuclide)安装

能烨华
2023-12-01

nuclide是facebook推荐的react-native编辑器,
1、最简洁的安装方法:
apm install nuclide
注意:apm命令可能提示没有,所以需要使用第二种
2、通过atom来安装apm命令
官网下载atom,打开atom,然后Atom > Install Shell Commands,这样就获得了atom和apm命令,然后在执行方法一
3、通过源码来安装

git clone https://github.com/facebook/nuclide
cd nuclide
npm install
apm link

 类似资料: