This commit is contained in:
Matthew Riley MacPherson 2014-08-05 21:59:32 -04:00
Родитель 4626795be3
Коммит 30675753b3
1 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -3,3 +3,24 @@
Based on [Yeoman Ember.js Generator][ember-generator].
[ember-generator]: https://github.com/yeoman/generator-ember
## Folder Structure
**TODO**: Add missing folders.
<dl>
<dt>`app/`</dt>
<dd>
The folder structure output by `recroom new` (`yo recroom`).
Contains basic folder structure, package manifests, and
`application.hbs` and `index.html`, where your application's base
templates live. Also includes a `Gruntfile.js` that contains most
of the build tasks for your Rec Room app.
</dd>
<dt>`controller`</dt>
<dd>
Contains all Ember controller templates, both for simple `page`
scaffolds and more complicated `model` scaffolds (eg. single/plural
controllers, and edit controllers).
</dd>
</dl>