Is there any way to split an Ember.js app across a few files?

后端 未结 4 1678
清歌不尽
清歌不尽 2021-02-02 16:41

I\'ve just written my app.js file and everything is nicely working but the whole file is currently 450 lines long and will be getting bigger.

Is there

4条回答
  •  迷失自我
    2021-02-02 16:58

    The standard way to do this is now to use ember-cli. Find more information at http://www.ember-cli.com/

提交回复
热议问题