gpt4 book ai didi

node.js - 如何将vuejs项目部署到heroku

转载 作者:搜寻专家 更新时间:2023-10-30 22:10:11 25 4
gpt4 key购买 nike

我在本地做这个项目https://github.com/misterGF/CoPilot但现在它已经完成了,我想把它推到 heroku。问题是告诉 heroku 启动应用程序。

在 heroku 示例中,演示服务器在从 Procfile 中获取包含此数据的信息后运行

web: node index.js

但是在我的 vuejs 项目中,没有 index.js 作为内容服务器。

我只有主入口点,它是 index.html 并且 procfile 不适用于 HTML。

最佳答案

您还需要定义一个小型静态服务器来为您的 index.html 文件提供服务。一个简单的示例设置是使用 http-server:

npm install -S http-server

你的 Procfile 变成:

web: http-server ./ -p $PORT

关于node.js - 如何将vuejs项目部署到heroku,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46119350/

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