All docs
V22.1
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
21.2
21.1
20.2
20.1
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
A newer version of this page is available. Switch to the current version.

DevExtreme jQuery - 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
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
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
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
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
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
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
NOTE
We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
See Also