Aurelia 有 ng-template 替代品吗?

Does Aurelia have ng-template alternative?

我很好奇是否可以将 Aurelia js 应用程序编译为一个 minified.js 文件。使用模板来避免生产时的额外请求?

类似于 ng-template https://www.npmjs.com/package/gulp-ng-templates 中的 angular

Aurelia 应用程序可以捆绑。有几种方法可以做到这一点:

  1. 使用aurelia bundler
  2. 使用jspm bundle directly