gpt4 book ai didi

Angular 2 AOT 与 JIT

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

我刚刚在读Angular 2 AOT文档和弹出的几个问题

  1. 该文档显然更倾向于 AOT 而不是 JIT,并提到了关于 AOT 如何更好的所有优点。如果是这样,为什么 AOT 不是默认构建,而是执行 ng build --prod --aot

  2. 文档详细介绍了如何设置它。 ng build --prod --aot 是否足以忽略所有这些设置?

最佳答案

  1. The documentation clearly favours AOT over JIT and mentioned all the good stuff about how AOT is better. If that is the case why wouldn't AOT be the default build rather than doing ng build --prod --aot

从 beta 28 开始,AoT 是 -prod 的默认值。

它仍然不是开发构建的默认值。为什么?因为编译需要更长的时间,并且在开发中您需要快速反馈。

请注意,在撰写本文时,Angular CLI 的当前版本为 beta.29,包名称已从 angular-cli 更改为 @angular/cli.

  1. The documentation goes through in detail about how to set it up. Would ng build --prod --aot be good enough to ignore all those setup?

是的!

如果您使用的是最新版本的 CLI,您只需ng build -prod即可。

关于Angular 2 AOT 与 JIT,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41979418/

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