Split big ember app

Hi,

we are now developing an big ember.js application and would like to split the app, because the customer should buy packages. So customer an buy package a and package b, but not package b. Each package would describe an seperate route hirachy in our app. So is it possible to split the big app in multipe apps or write modules which can be loaded? We decided to use the ember-cli.

Have someone experience with this big topic?