Search code examples
ember.jsember-cli

Ember 2.0 without Ember cli?


Seems nowadays everything including loading modules is generated from embercli.

Is it possible to create a emberjs 2.0 application without the use of ember-cli?

What are some limitations of not using ember-cli?


Solution

  • Yes, it definitely still is. I support 5 ember applications at my work. 2 of which live on the ASP.Net stack, 3 are on a Java stack. The 2 on the ASP.Net stack aren't using ember-cli and work perfectly fine as a global application.

    Here, I've created an ember app without ember-cli: http://emberjs.jsbin.com/xeqevogado/edit?html,js,output