npm
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
Yarn
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
If you have technical questions, please create a support ticket in the DevExpress Support Center.