Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ember.js project directory structure [closed]

Tags:

ember.js

Is there any good tutorial or Ember.js document describing directory structure for models / views / controllers, app.js and the way to reference those files in the index.html root file.

  • File to create the "Ember.Application.create" ?
  • order of inclusion (models.js, apps.js, controllers.js) ?
like image 418
fvisticot Avatar asked Dec 30 '12 23:12

fvisticot


1 Answers

This tutorial by Dan Gebhardt was very helpful to me in setting up my project structure and figuring out how to include files.

like image 141
Aras Avatar answered Oct 16 '22 18:10

Aras