diff --git a/docs/getting-started/get-started-nuxt-3.md b/docs/getting-started/get-started-nuxt-3.md index 90b696d..b93cefb 100644 --- a/docs/getting-started/get-started-nuxt-3.md +++ b/docs/getting-started/get-started-nuxt-3.md @@ -10,6 +10,8 @@ position: 100 # Get Started with Kendo UI for Vue +> Prefer video tutorials? How about a free Telerik UI onboarding course? Check out the [Kendo UI for Vue with TypeScript](https://learn.telerik.com/learn/course/internal/view/elearning/45/kendo-ui-for-vue-with-typescript) training in [Telerik Virtual Classroom](https://learn.telerik.com/learn). + This tutorial will help you develop a simple app that includes a native Vue Data Grid component. To achieve this, you will build a project using [Vite](https://vitejs.dev/) and the [Vue Composition API](https://vuejs.org/guide/introduction.html#composition-api) paired with [Nuxt 3](https://nuxt.com/docs/getting-started/introduction) diff --git a/docs/getting-started/javascript-options-api.md b/docs/getting-started/javascript-options-api.md index babd62f..5d16335 100644 --- a/docs/getting-started/javascript-options-api.md +++ b/docs/getting-started/javascript-options-api.md @@ -10,13 +10,15 @@ position: 10 # Get Started with Kendo UI for Vue +> Prefer video tutorials? How about a free Telerik UI onboarding course? Check out the [Kendo UI for Vue with TypeScript](https://learn.telerik.com/learn/course/internal/view/elearning/45/kendo-ui-for-vue-with-typescript) training in [Telerik Virtual Classroom](https://learn.telerik.com/learn). + This tutorial will help you develop a simple app that includes a native Vue Data Grid component. To achieve this, you will build a project using [Vite](https://vitejs.dev/) and the [Vue Options API](https://vuejs.org/guide/typescript/options-api) paired with JavaScript. >Curious about TypeScript or the Composition API? This tutorial comes in several additional variants: >* [Kendo UI for Vue with TypeScript and the Composition API](slug:getting_started_typescript_composition_api) >* [Kendo UI for Vue with TypeScript and the Options API](slug:getting_started_typescript_options_api) - +>* [Kendo UI for Vue with the Composition API and Nuxt 3](slug:getting_started_nuxt_3) > Historically, all Kendo UI for Vue Native components have supported both **Vue 2** and **Vue 3**. However, Kendo UI for Vue versions released after **November 2024** will no longer support Vue 2. For more information, see [Vue 2 End of Life](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/). diff --git a/docs/getting-started/typescript-composition-api.md b/docs/getting-started/typescript-composition-api.md index 9eddcdf..49f9903 100644 --- a/docs/getting-started/typescript-composition-api.md +++ b/docs/getting-started/typescript-composition-api.md @@ -10,14 +10,18 @@ position: 20 # Get Started with Kendo UI for Vue +> Prefer video tutorials? How about a free Telerik UI onboarding course? Check out the [Kendo UI for Vue with TypeScript](https://learn.telerik.com/learn/course/internal/view/elearning/45/kendo-ui-for-vue-with-typescript) training in [Telerik Virtual Classroom](https://learn.telerik.com/learn). + This tutorial will help you develop a simple app that includes a native Vue Data Grid component. To achieve this, you will build a project using [Vite](https://vitejs.dev/) and the [Vue Composition API](https://vuejs.org/guide/introduction.html#composition-api) paired with TypeScript. >Curious about JavaScript or the Options API? This tutorial comes in several additional variants: >* [Kendo UI for Vue with TypeScript and the Options API](slug:getting_started_typescript_options_api) >* [Kendo UI for Vue with JavaScript and the Options API](slug:getting_started_javascript_options_api) +>* [Kendo UI for Vue with the Composition API and Nuxt 3](slug:getting_started_nuxt_3) + +> Historically, all Kendo UI for Vue Native components have supported both **Vue 2** and **Vue 3**. However, Kendo UI for Vue versions released after **November 2024** will no longer support Vue 2. For more information, see [Vue 2 End of Life](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/). -> 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](slug:vue2-end-of-support) for more details. ## Create the Vue Project diff --git a/docs/getting-started/typescript-options-api.md b/docs/getting-started/typescript-options-api.md index e4cd7fe..56ffca2 100644 --- a/docs/getting-started/typescript-options-api.md +++ b/docs/getting-started/typescript-options-api.md @@ -19,6 +19,7 @@ This tutorial will help you develop a simple app that includes a native Vue Data >Curious about JavaScript or the Composition API? This tutorial comes in several additional variants: >* [Kendo UI for Vue with TypeScript and the Composition API](slug:getting_started_typescript_composition_api) >* [Kendo UI for Vue with JavaScript and the Options API](slug:getting_started_javascript_options_api) +>* [Kendo UI for Vue with the Composition API and Nuxt 3](slug:getting_started_nuxt_3) > Historically, all Kendo UI for Vue Native components have supported both **Vue 2** and **Vue 3**. However, Kendo UI for Vue versions released after **November 2024** will no longer support Vue 2. For more information, see [Vue 2 End of Life](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/).