Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ember-cli starter-kit,想知道是否可以使用 POD 文件夹结构?
我的目标是拥有一个像这样的“独立”组件文件夹结构:
组件文件夹
--index.hbs --controller.hbs --router.hbs --style.css --externaljavascripts.js
我知道 ember-cli 支持 POD 结构。
http://www.ember-cli.com/#naming-conventions
向下滚动到页面的 POD 部分。