Yarn
jQuery
You can use Yarn to install the DevExtreme npm package.
Install the latest stable version:
yarn add devextreme@22.2 --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.2-next --exact
Angular
You can use Yarn to install the following DevExtreme npm packages:
Install the latest stable version:
yarn add devextreme@22.2 --exact yarn add devextreme-angular@22.2 --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.2-next --exact yarn add devextreme-angular@22.2-next --exact
See Also
Vue
You can use Yarn to install the following DevExtreme npm packages:
Install the latest stable version:
yarn add devextreme@22.2 --exact yarn add devextreme-vue@22.2 --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.2-next --exact yarn add devextreme-vue@22.2-next --exact
See Also
React
You can use Yarn to install the following DevExtreme npm packages:
Install the latest stable version:
yarn add devextreme@22.2 --exact yarn add devextreme-react@22.2 --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.2-next --exact yarn add devextreme-react@22.2-next --exact