d456d18c27
* 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> |
||
---|---|---|
.. | ||
.vs/VueJSCore | ||
VueJSCore | ||
README.md | ||
VueJSCore.sln |
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:
- Vue.js
- .NET Core 3.1 (or later) SDK
- Node.js version 6 (or later)
Get Started
- Clone this repository by using your favorite Git client or by executing
git clone https://github.com/telerik/kendo-vue.git
. - Enter the project directory by running
cd kendo-vue-demo-aspnetcore-data
. - Double click on the "VueJSCore.sln" file to open the project.
- 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.