Aurelia CLI
Aurelia-CLI
{ "name": "aurelia-kendoui-bridge", "path": "../node_modules/aurelia-kendoui-bridge/dist/amd", "main": "index", "resources": [ "common/*.{js,html}", "button/*.{js,html}" ] }{ "name": "text", "extensions": [ ".html", ".css" ], "stub": false }export function configure(aurelia) { aurelia.use .standardConfiguration() .developmentLogging() .plugin('aurelia-kendoui-bridge'); aurelia.start().then(a => a.setRoot()); }
Important
Last updated