npm
jQuery
You can use npm to deliver DevExtreme to a jQuery application.
Install the latest stable version:
npm install devextreme-dist@24.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-dist@24.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@24.1 --save --save-exact npm install devextreme-angular@24.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@24.1-next --save --save-exact npm install devextreme-angular@24.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@24.1 --save --save-exact npm install devextreme-vue@24.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@24.1-next --save --save-exact npm install devextreme-vue@24.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@24.1 --save --save-exact npm install devextreme-react@24.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@24.1-next --save --save-exact npm install devextreme-react@24.1-next --save --save-exact
See Also
Yarn
jQuery
You can use Yarn to install the DevExtreme npm package.
Install the latest stable version:
yarn add devextreme@24.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@24.1-next --exact
Angular
You can use Yarn to install the following DevExtreme npm packages:
Install the latest stable version:
yarn add devextreme@24.1 --exact yarn add devextreme-angular@24.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@24.1-next --exact yarn add devextreme-angular@24.1-next --exact
See Also
Vue
You can use Yarn to install the following DevExtreme npm packages:
Install the latest stable version:
yarn add devextreme@24.1 --exact yarn add devextreme-vue@24.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@24.1-next --exact yarn add devextreme-vue@24.1-next --exact
See Also
React
You can use Yarn to install the following DevExtreme npm packages:
Install the latest stable version:
yarn add devextreme@24.1 --exact yarn add devextreme-react@24.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@24.1-next --exact yarn add devextreme-react@24.1-next --exact
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.