DevExtreme jQuery/JS - npm
jQuery
You can use npm to deliver DevExtreme to a jQuery application.
Install the latest stable version:
npm install devextreme@22.1 --save --save-exact
Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
npm install devextreme@22.1-next --save --save-exact
Angular
You can use npm to deliver DevExtreme to an Angular application. The following packages are provided:
Install the latest stable version:
npm install devextreme@22.1 --save --save-exact npm install devextreme-angular@22.1 --save --save-exact
Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
npm install devextreme@22.1-next --save --save-exact npm install devextreme-angular@22.1-next --save --save-exact
See Also
Vue
You can use npm to deliver DevExtreme to a Vue application. The following packages are provided:
Install the latest stable version:
npm install devextreme@22.1 --save --save-exact npm install devextreme-vue@22.1 --save --save-exact
Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
npm install devextreme@22.1-next --save --save-exact npm install devextreme-vue@22.1-next --save --save-exact
See Also
React
You can use npm to deliver DevExtreme to a React application. The following packages are provided:
Install the latest stable version:
npm install devextreme@22.1 --save --save-exact npm install devextreme-react@22.1 --save --save-exact
Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
npm install devextreme@22.1-next --save --save-exact npm install devextreme-react@22.1-next --save --save-exact
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.