Skip to content

Latest commit

 

History

History

kendo-vue-demo-aspnetcore-data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.