gpt4 book ai didi

angular - 如何发布到github页面?

转载 作者:太空狗 更新时间:2023-10-29 17:33:01 25 4
gpt4 key购买 nike

我无法理解有关发布到 github 页面的一些基本说明。有一种新方法可以发布使用 Angular Cli 制作的 Angular 项目;我正在按照 this page 的指示进行操作在新命令 angular-cli-ghpages 上:

Execute angular-cli-ghpages in order to deploy the project with a build from dist folder.
Note: you have to create the dist folder in before (e.g. ng build --prod)

Usage:

ng build --prod --base-href "https://USERNAME.github.io/REPOSITORY/"
angular-cli-ghpages [OPTIONS]

我为我的项目创建了一个 dist 文件夹,然后运行 ​​ng 构建代码。终端显示所有 block 都已呈现,但我找不到指向 github 页面的链接。我查看了我在 github 上的存储库,好像什么都没发生。这是因为我需要 cd 到一个特定的文件夹来执行 angular-cli-ghpages 吗?这是我的 repo ,我将不胜感激任何帮助。

最佳答案

我成功地使用命令推送到了github页面

angular-cli-ghpages --repo=https://github.com/parthghiya/testrepo.git --name=parthghiya --email=parth.ghiya@knowarth.com --no-silent

repo 链接:https://github.com/parthghiya/testrepo

我做了 ng build --prod --base href 。

我做的步骤:

  1. 生成了我的 SSH 并添加了它。

https://help.github.com/articles/connecting-to-github-with-ssh/

  1. 执行推送命令。

enter image description here

编辑:

添加多个文件夹

创建与 Assets 平行的文件夹,我创建了 2 个文件夹 Parth 和 Ghiya。然后在 angular-cli.json

中添加以下条目
"assets": [
"assets","parth","ghiya",
"favicon.ico",
"manifest.json"
],

所以 dist 文件夹现在包含 3 个文件夹 assets、parth 和 ghiya。然后像之前一样执行上面的push命令。

关于angular - 如何发布到github页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43626572/

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