gpt4 book ai didi

php - 构建时的angular-cli重命名索引

转载 作者:行者123 更新时间:2023-12-04 01:49:20 26 4
gpt4 key购买 nike

我想重命名 dist 文件夹中的 index.html,如何在 ng build --prod 命令上使用 angular cli 来做到这一点。

让我解释一下我为什么要这样做,这是为了将我的 html 页面集成到 index.php 页面上,如果我不这样做,服务器在 index.php 之前回复 index.html 并且我无法配置服务器用于首先启动 index.php。

感谢回复。

最佳答案

  1. 在项目的 src 目录中将文件 index.html 重命名为 index123.html

  2. 在文件 angular-cli.json 中修改索引属性,如下所示:

    "index": "index123.html"

ng build 命令会将文件 index123.html 复制到 dist 目录中。

关于php - 构建时的angular-cli重命名索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41533041/

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