gpt4 book ai didi

javascript - 如何使最新的 ember.js 高效并从 1.4 升级到最新版本?

转载 作者:行者123 更新时间:2023-11-30 10:02:30 24 4
gpt4 key购买 nike

我正在使用 Ember.js,我认为编程部分很酷,但库中的文件大小让人感觉很可怕。

enter image description here

我在 1.4 ember 中创建了一个简单的列表-详细信息 View 应用程序,现在选择了最新的 ember.js 来升级我的项目。现在我应该也需要这个 ember-template-compiler。关于文件大小的任何升级提示和建议?

我选择了 1.8 版本,它似乎与我的版本兼容。但升级建议仍然会有所帮助。

最佳答案

我认为首先您应该将您的应用程序移植到 Ember CLI,这样您的生产应用程序就不需要 ember-template-compiler。如果你读过note about compiling templates on server side vs client side有一个信息:

If possible, it is definitely a best practice to compile your templates server side. This is much faster due to less total size (you don't need the compiler on the client) and less work that the app needs to do.

您的代码也被缩小,jQuery 等进入一个大文件 vendor.js,您可能应该专注于将应用程序移植到 Ember CLI,这至少可以解决 ember- 的问题模板编译器文件。

关于javascript - 如何使最新的 ember.js 高效并从 1.4 升级到最新版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30828640/

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