Skip to content

Commit 875aa3c

Browse files
committed
add missing flavors, rearange video tutorials callout
1 parent 4596cc1 commit 875aa3c

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

docs/getting-started/get-started-nuxt-3.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ position: 100
1010

1111
# Get Started with Kendo UI for Vue
1212

13+
> 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).
14+
1315
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)
1416

1517

docs/getting-started/javascript-options-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ position: 10
1010

1111
# Get Started with Kendo UI for Vue
1212

13+
> 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).
14+
1315
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.
1416

1517

1618
>Curious about TypeScript or the Composition API? This tutorial comes in several additional variants:
1719
>* [Kendo UI for Vue with TypeScript and the Composition API](slug:getting_started_typescript_composition_api)
1820
>* [Kendo UI for Vue with TypeScript and the Options API](slug:getting_started_typescript_options_api)
19-
21+
>* [Kendo UI for Vue with the Composition API and Nuxt 3](slug:getting_started_nuxt_3)
2022
2123
> 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/).
2224

docs/getting-started/typescript-composition-api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ position: 20
1010

1111
# Get Started with Kendo UI for Vue
1212

13+
> 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).
14+
1315
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.
1416

1517

1618
>Curious about JavaScript or the Options API? This tutorial comes in several additional variants:
1719
>* [Kendo UI for Vue with TypeScript and the Options API](slug:getting_started_typescript_options_api)
1820
>* [Kendo UI for Vue with JavaScript and the Options API](slug:getting_started_javascript_options_api)
21+
>* [Kendo UI for Vue with the Composition API and Nuxt 3](slug:getting_started_nuxt_3)
22+
23+
> 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/).
1924
20-
> 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.
2125

2226
## Create the Vue Project
2327

docs/getting-started/typescript-options-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This tutorial will help you develop a simple app that includes a native Vue Data
1919
>Curious about JavaScript or the Composition API? This tutorial comes in several additional variants:
2020
>* [Kendo UI for Vue with TypeScript and the Composition API](slug:getting_started_typescript_composition_api)
2121
>* [Kendo UI for Vue with JavaScript and the Options API](slug:getting_started_javascript_options_api)
22+
>* [Kendo UI for Vue with the Composition API and Nuxt 3](slug:getting_started_nuxt_3)
2223
2324

2425
> 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/).

0 commit comments

Comments
 (0)