Configure nodemon to refresh same tab

吃可爱长大的小学妹 提交于 2019-12-10 12:16:50

问题


This could be really rookie. I want to know if there is a way that I can configure nodemon to refresh the same tab instead of opening a new tab each time I make a change in my js files.


回答1:


nodemon is not able to do that. What you are looking for is something like browser-sync or LiveReload.js.



来源:https://stackoverflow.com/questions/51465195/configure-nodemon-to-refresh-same-tab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!