DevExtreme React - npm Package
Run the following command to install the main DevExtreme package's major release version:
npm install devextreme@18.2 --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@18.2-next --save --save-exact
You need additional npm packages to use DevExtreme with Angular, Vue or React. See the instructions in the dedicated GitHub repositories: 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@18.2 --exact
The following command installs the latest published version (a stable or a pre-release version):
yarn add devextreme@18.2-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
- Create and Configure a Widget: jQuery | Angular | AngularJS | Knockout | Vue | React
- DevExtreme Modularity
- Predefined Themes
If you have technical questions, please create a support ticket in the DevExpress Support Center.