显示来自 Azure Repos 的前端 UI(相当于 Github 页)

Show front-end UI from Azure Repos (Github Pages equivalent)

我的 IT 部门最近告诉我,我不能使用 Github 作为代码存储库,所以我在 Azure Devops 中使用 Azure Repos。

我主要是一名设计师,我对 Github 的唯一用途是在 [=22] 中渲染 HTML、CSS 和 Javascript 作为工作原型=] 可以与互联网连接的任何人共享的页面。

一点也不熟悉 Azure DevOps 或 Azure Repos,有没有什么方法可以使用 Azure 将我的前端代码显示为生成的页面?我必须使用 Jekyll 或 Hugo 之类的东西吗?

Is there any way to show my front end code as a generated page using Azure? Would I have to use something like Jekyll or Hugo?

在Azure Repos中直接显示前端UI目前还是不支持的场景

Azure Devops Service中的

Azure Repos支持GitTFVC版本控制系统来管理代码。但这并不意味着它支持像Github一样的功能,至少Azure Repos本身没有渲染HTML, CSS, and Javascript和显示前面的功能-结束 UI.

此外,我检查了 Azure Devops 扩展 here,但没有找到满足您需求的扩展。所以我认为 Azure Repos 现在不支持你想要的东西。您可以像 Github repos 那样使用 Azure Repos 托管 HTML, CSS, and Javascript 文件,在本地克隆它并在必要时使用第三方工具显示 UI。

另外,您可以 post 一个功能请求,其中包含您想要使用 Azure Devops Repos here 的详细信息。如果票数够多,团队会认真考虑的!希望以上对您有所帮助:)