gpt4 book ai didi

node.js - 如何在Windows上的后台运行Vue应用程序

转载 作者:行者123 更新时间:2023-12-03 06:46:12 28 4
gpt4 key购买 nike

我有一个用vue-cli(vue create my_app)创建的Vue应用程序。
当我打开终端,运行命令npm run serve并访问localhost:8080时,它可以正常运行,但是当我关闭终端时,它停止了。

关闭终端后,如何保持程序运行?我尝试使用pm2node-windows,但是没有成功。

package.json:

"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
}

最佳答案

当您运行npm run serve时,将启动dev服务器。显然,如果关闭终端窗口,该过程将终止。
如果要在开发人员模式下运行应用程序,最好不要关闭终端窗口。
其他变体是运行npm run build,从dist文件夹中收集文件,然后将其提供给您首选的Web服务器。
如果您使用的是Google Chrome浏览器,则可以尝试Web Server for Chrome

关于node.js - 如何在Windows上的后台运行Vue应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57992961/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com