New to Kendo UI for Vue? Start a free 30-day trial

System Requirements

This article states the system requirements you need to work with the Kendo UI for Vue Native suite.

Operating Systems

The Kendo UI for Vue Native suite is OS agnostic.

Node.js

The required Node.js version is 14.0.0 or later. Alongside the Node.js installation, a supported NPM version will be installed. You can also install Kendo UI for Vue Native components with third-party package managers such as Yarn.

For Node.js version 16.0.0 and above, use the following flag to ensure all the correct peer dependencies versions are installed in your project.

npm install --legacy-peer-deps

To check your Node.js version, run node --version in a terminal or console window.

Vue.JS Framework Versions

All Kendo UI for Vue Native components work with the latest versions of Vue 3 and Vue 2.

Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our Vue 2 End of Support article for more details.

API Compatibility

The Kendo UI for Vue Native components work with both the Options and Composition APIs.

Browser Support

ChromeFirefoxEdgeSafariiOSAndroidIE 11
latestlatest2 most recent major versions2 most recent major versions2 most recent major versions2 most recent major versionsOnly with Vue 2

Kendo UI for Vue Native Suite supports the major browsers just as the Vue Framework does. For more details, refer to the FAQ -> What browsers does Vue support? article in the official Vue documentation.

IE 11 Support

Kendo UI for Vue Native suite provides support for Internet Explorer 11 based on the Vue version used in your project.

Vue 3.x uses ES2015 features that cannot be polyfilled in legacy browsers, so if you need to support legacy browsers, you will need to use Vue 2.x instead.

Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our Vue 2 End of Support article for more details.