UNPKG

fuse-box-aurelia-loader

Version:
16 lines (10 loc) 374 B
import { Aurelia } from 'aurelia-framework'; export async function configure(aurelia: Aurelia) { aurelia.use .standardConfiguration() .developmentLogging(); aurelia.use.plugin('aurelia-materialize-bridge', (b: any) => b.useAll().preventWavesAttach()); // (<any>window).Waves = {}; await aurelia.start(); await aurelia.setRoot('app'); }