简体   繁体   English

如何关闭“纱线显影”?

[英]How to turn off 'yarn develop'?

I've started using yarn (I'm a rookie if you can't tell), and after running the command我已经开始使用yarn(如果你看不出来我是个菜鸟),并且在运行命令之后

yarn develop

in my terminal (via VSCode), I have no idea how to stop the localhost:8000.在我的终端(通过 VSCode)中,我不知道如何停止 localhost:8000。 Is there an opposite command to yarn develop ? yarn develop是否有相反的命令? If so, what is it?如果是这样,它是什么? If not, what's the best way to go about restarting/stopping the localhost?如果没有,关于重新启动/停止本地主机的 go 的最佳方法是什么?

Could anyone please help me with this?谁能帮我解决这个问题?

Thanks so much in advance!提前非常感谢!

Open the terminal where you`ve ran yarn develop hit ctrl-c and it will stop running.打开运行yarn develop的终端,按ctrl-c它将停止运行。 Also you can see the list of available scripts in your package.json under scripts parameter您还可以在scripts参数下的package.json中查看可用脚本列表

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM