Run the command npm install kendo-ui-core aurelia-kendoui-bridge --save in the console.
Step 3.
Add the following import to main.js: import "kendo-ui-core";
Step 4.
Add the following to webpack.config.babel.js following to aurelia bundles
Step 5.
Add the following to webpack.config.babel.ts file to generateConfig entry property
Step 6.
Run the following command in the console:
Step 7.
Add this autocomplete.ts file to the project
Step 8.
Add this autocomplete.html file (note that kendo specific stylesheets are defined in index.html)
Step 9.
Add the autocomplete.css file
Step 11.
Add the request to load the aurelia-kendoui-bridge plugin by adding the highlighted statement below (.plugin('aurelia-kendoui-bridge'); to the file main.js