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