问题描述
问题
尝试部署一个简单的单页应用程序,但在访问 url 时收到 404。
我做了什么
- 我通过在应用程序目录中运行以下命令安装了 gh-pages:
npm install gh-pages
"homepage": "https://merryface.github.io/football-app-front/"
merryface
是我的 github 用户名,football-app-front
是 GitHub 存储库的名称
"predeploy": "npm run build","deploy": "gh-pages -d build",
-
我在命令行中使用了
npm run deploy
-
等了很久才确定这不是服务器问题。不,https://merryface.github.io/football-app-front/ 仍然返回 404
-
在我仍然收到 404 时重新运行
npm run deploy
几次
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)