ember-inline-component 具有内联模板的Ember组件的Blueprint插件。 在幕后使用精彩的插件。 安装 ember install ember-inline-component 用法 ember g inline-component my-component ember g inline-component --pod another-one 这将创建一个类似于以下内容的组件文件: import Component from '@ember/component' ; import hbs from 'htmlbars-inline-precompile' ;