All docs
V19.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
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
19.1
18.2
18.1
17.2
A newer version of this page is available. Switch to the current version.

DevExtreme jQuery - npm Package

Run the following command to install the main DevExtreme package's major release version:

npm install devextreme@19.1 --save --save-exact

DevExtreme also provides packages that contain hotfixes and new features for early testing. Run the following command to install the latest published version (a stable or a pre-release version):

npm install devextreme@19.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.

You need additional npm packages to use DevExtreme with Angular, Vue or React. See the following instructions: Angular, Vue, React.

Using Yarn

All npm DevExtreme packages can be installed using Yarn. Run the following command to install the main DevExtreme package:

yarn add devextreme@19.1 --exact

The following command installs the latest published version (a stable or a pre-release version):

yarn add devextreme@19.1-next --exact

You should also install packages for Angular, Vue, or React if you are going to use DevExtreme components with these frameworks.

See Also