ember-cli-cordova是否支持POD结构?

时间:2016-03-16 09:21:00

标签: cordova ember.js

我在ember.js应用程序中使用POD结构。 它在浏览器上运行良好。

然后我将我的代码转移到了ember-cli-cordova的环境中。 我在手机上安装应用后,屏幕上没有显示任何内容。

[app]
  [application]
    template.hbs
  [index]
    route.js
    template.hbs

[应用] template.hbs

<h1>Template<h1>
{{outlet}}

[指数] template.hbs

<h1>Index<h1>
{{outlet}}

.ember-CLI

"usePods": true

出了什么问题? 提前谢谢!

0 个答案:

没有答案