gpt4 book ai didi

ember-cli - 使用 ember-cli 构建的嵌入应用程序(在哪里指定 rootElement?)

转载 作者:行者123 更新时间:2023-12-02 22:33:07 26 4
gpt4 key购买 nike

我需要将使用 ember-cli 制作的 ember 应用程序嵌入到现有网站中。

如果没有 ember-cli 我会这样做:

App = Ember.Application.create({
rootElement: '#app-container'
});

我基本上希望将生成的资源包含到我的页面中,并且根本不使用index.html文件..(应用程序需要绑定(bind)到div而不是body元素..)

最佳答案

哇。不敢相信我还没有尝试过这个..

var App = Ember.Application.extend({
modulePrefix: 'kontrollpanel', // TODO: loaded via config
Resolver: Resolver,
rootElement: '#myapp'
});

我想我对使用 Application.extend() 而不是 Application.create() 感到困惑。至于为什么 ember-cli 使用扩展我在这里找到了答案:SO: Why ember cli uses extend instead of create

关于ember-cli - 使用 ember-cli 构建的嵌入应用程序(在哪里指定 rootElement?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25605623/

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