DevExtreme jQuery/JS - Bower Package
NOTE
To install the DevExtreme Bower package, open the console, navigate to your app folder and run the following command:
bower install devextreme#~18.1 --save
Optionally, you can install the Knockout or AngularJS package:
bower install knockout
bower install angular
After the installation is completed, you can find all the libraries in the bower_components folder. Link them within the <head>
tag on your index page:
HTML
<script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script> <!-- Reference either Knockout or AngularJS, if you do --> <script type="text/javascript" src="bower_components/knockout/dist/knockout.js"></script> <script type="text/javascript" src="bower_components/angular/angular.min.js"></script> <!-- DevExtreme themes --> <link rel="stylesheet" type="text/css" href="bower_components/devextreme/css/dx.common.css" /> <link rel="stylesheet" type="text/css" href="bower_components/devextreme/css/dx.light.css" /> <!-- DevExtreme library --> <script type="text/javascript" src="bower_components/devextreme/js/dx.all.js"></script>
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.