user2521436
user2521436

Reputation: 299

Ember-cli/blueprint POD structure for component

I'm working new with the ember-cli starter-kit and want to know whether it is possible to use the POD folder structure?

My goal is to have a "independent" component folder structure like this:

component folder

--index.hbs
--controller.hbs
--router.hbs
--style.css
--externaljavascripts.js

Upvotes: 2

Views: 380

Answers (1)

rshives
rshives

Reputation: 56

I know ember-cli supports the POD structure.

http://www.ember-cli.com/#naming-conventions

Scroll down to the POD section of the page.

Upvotes: 1

Related Questions