kendo-vue/kendo-vue-demo-aspnetcore-data
Petar Todorov d456d18c27
chore: update multiple Vue examples (#271)
* chore: update Coffee warehouse demo

* chore: update getting started app

* chore: add eslint config file to Typescript+Composition API demo

* chore: update Nuxt 2 example

* chore: update Vite demo

* chore: update Vue 2 Grid performance demo

* chore: update Vue 2 Grid performance demo

* chore: update Vue 3 Grid performence demo

* chore: update Vue 3 Grid performence demo

* chore: update getting started with composition API

* chore: update eslint file in getting started with composition API

* chore: update getting started and getting started + typescript apps

* chore: update asp.net core demo

* chore: udpate all package.json files. Update Typescript projects

* chore: remove not needed archive

* chore: update package.json of the ASP.Core project

Co-authored-by: Petar Todorov <petar.todorov@progre>
2022-08-09 05:49:16 -07:00
..
.vs/VueJSCore chore: add coffee-warehouse example 2021-11-02 15:16:10 +02:00
VueJSCore chore: update multiple Vue examples (#271) 2022-08-09 05:49:16 -07:00
README.md chore: add kendo-vue-aspnetcore demo 2021-07-08 12:34:19 +03:00
VueJSCore.sln chore: add filter to aspnetcore integration demo 2021-08-06 17:13:14 +03:00

README.md

Kendo UI for Vue: UI for ASP.NET Core

This is a sample application which demonstrates how to use Kendo UI for Vue Native and UI for ASP.NET Core.

The UI for ASP.NET Core and UI for ASP.NET MVC suites provide a DataSourceRequest model binder and a ToDataSourceResult() method that process operations such as paging, sorting, filtering, grouping, and aggregates.

Prerequisites:

Get Started

  1. Clone this repository by using your favorite Git client or by executing git clone https://github.com/telerik/kendo-vue.git.
  2. Enter the project directory by running cd kendo-vue-demo-aspnetcore-data.
  3. Double click on the "VueJSCore.sln" file to open the project.
  4. Start the project by clicking on "Debug -> Start Without Debugging" menu or pressing "Ctrl + F5". The first time you start the project all NPM dependencies will be installed automatically and this process may take time.

Further Help

For a detailed tutorial, refer to the article on integrating the Kendo UI For Vue with the UI for ASP.NET Core and UI for ASP.NET MVC suites. The tutorial explains the necessary steps to benefit from these features in the context of a Vue application by using the Data Query helpers.