Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Created September 3, 2017 01:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save freshcutdevelopment/2aea37e8e7e7012f81f97ca9e3c1c74a to your computer and use it in GitHub Desktop.
HTML imports, main.js
export function configure(aurelia) {
aurelia.use
.standardConfiguration()
.developmentLogging();
aurelia.use.plugin('aurelia-html-import-template-loader'); //add the HTML import loader plugin
aurelia.start().then(a => a.setRoot());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment