2013-04-16 71 views

回答

0

木偶具有的出爐應用模塊的概念。

https://github.com/marionettejs/backbone.marionette/blob/master/docs/marionette.application.module.md

MyApp = new Backbone.Marionette.Application(); 

MyApp.module("Foo", function(){ 

    // module code goes here 

}); 

MyApp.start(); 
+0

謝謝您的回覆,它的所有權利和文檔提供了這種方式,但也許對功能性分工的一些原因,這是有助於以多種應用程序的方式安排項目?我在這裏發現了一種提示http://stackoverflow.com/questions/11159836/how-to-synchronise-organise-modules-using-requirejs-and-backbone-marionette?rq=1 – designeng

+0

並在這裏https:// gist .github.com/isochronous/4185418 – designeng

+0

我陷入了困境。我沒有意識到你正在尋找一個require.js解決方案。如果您編輯問題以反映該問題,則可能會獲得更好的結果。我個人更喜歡香草或CommonJS到AMD,所以我會幫不上忙:) –

相關問題