DevExtreme jQuery - Yarn

jQuery

You can use Yarn to install the DevExtreme npm package.

Install the latest stable version:

yarn add devextreme@22.1 --exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@22.1-next --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 Yarn to install the following DevExtreme npm packages:

Install the latest stable version:

yarn add devextreme@22.1 --exact

yarn add devextreme-angular@22.1 --exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@22.1-next --exact

yarn add devextreme-angular@22.1-next --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 Yarn to install the following DevExtreme npm packages:

Install the latest stable version:

yarn add devextreme@22.1 --exact

yarn add devextreme-vue@22.1 --exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@22.1-next --exact

yarn add devextreme-vue@22.1-next --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 Yarn to install the following DevExtreme npm packages:

Install the latest stable version:

yarn add devextreme@22.1 --exact

yarn add devextreme-react@22.1 --exact

Install the latest published version. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.

yarn add devextreme@22.1-next --exact

yarn add devextreme-react@22.1-next --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