webstorm 怎么配置git

2025-01-01 01:02:05
推荐回答(1个)
回答1:

webstorm设置supervisor方法如下: 1、安装supervisor npm install -g supervisor 2、WebStorm中选择要Run--Edit Configurations 下选中要运行的JS文件(如 www) Working directory选择项目目录(supervisor会监控此目录内所有文件的改变自动重启) 向左转向右转