goodt-aurelia-ui
v0.22.3
Published
Aurelia plugin for Goodt UI
Downloads
203
Readme
goodt-aurelia-ui
Plugin initialization
In order to tell Aurelia how to use the plugin, we need to register it.
This is done in your app's main
file, specifically the configure
method:
// main.js
import { Aurelia } from 'aurelia-framework';
export function configure(aurelia) {
aurelia.use
.standardConfiguration()
.feature('resources');
aurelia.use.plugin('goodt-aurelia-ui');
aurelia.start().then(() => aurelia.setRoot());
}
Docs and demo
- Get started
- Extended documentation and examples
- Brief description for properties and events