Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 688 Bytes

window_run.md

File metadata and controls

37 lines (19 loc) · 688 Bytes

window系统下 webstorm编译环境的配置

注:webstorm版本要求是11.0.3以上,支持npm配置。

1.创建编译命令

image

2.添加npm编译命令

image

3.修改Command为help

因为我们不需要它,但是又不想受到干扰,所以选择help。

image

4.创建External tool

image

image

5.配置External tool

a.通过命令终端找到React-native命令所在

image

b.项目所在路径的变量

image

c.完整的设置

image