Aurelia CLI
Last updated
Last updated
Library Installation | Advanced (via module loader)
Follow to install Kendo-UI
Install jquery: npm install jquery --save
Add the following stylesheets to the head
section of `index.html:
Open aurelia_project/aurelia.json
and append the following configuration to the dependencies
section of the vendor-bundle
:
Everything in the resources property will be added to the bundle. If you do not declare the controls that you use, RequireJS will fetch them at runtime, which might cause issues during deployment
Kendo controls can be loaded as follows:
Warning: The error you get during the tracing process of au run
is expected and harmless. More can be read in