kendo-vue-examples/kendo-vue-vite
zdravkov dcf72d28ed chore: update the readme information about the project 2021-01-13 10:49:01 +02:00
..
public chore: add kendo uoiu for vue vite project 2021-01-12 11:47:37 +02:00
src chore: add readme file 2021-01-12 11:47:37 +02:00
.gitignore chore: add kendo uoiu for vue vite project 2021-01-12 11:47:37 +02:00
README.md chore: update the readme information about the project 2021-01-13 10:49:01 +02:00
index.html chore: add kendo uoiu for vue vite project 2021-01-12 11:47:37 +02:00
package.json chore: add kendo uoiu for vue vite project 2021-01-12 11:47:37 +02:00
vite.config.js chore: add kendo uoiu for vue vite project 2021-01-12 11:47:37 +02:00

README.md

This is the Kendo UI for Vue in Vite application

In this simple project template it is demonstrated how to set up a project with Kendo UI for Vue components. It can be used as a starter for experimenting with Vite.

Features and Components

  • Vue 3
  • Grid - The Kendo Native Data Grid (Table) for Vue provides covering everything from paging, sorting, filtering, editing, and grouping to row and column virtualization, export to PDF and Excel and accessibility.
  • DropDowns - AutoComplete, ComboBox, DropDownList and MultiSelect components in action.
  • DateInputs - Calendar, DateInput, DatePicker, DateTimePicker, TimePicker
  • Inputs - Input, NumericTextBox, MarkedTextBox, Slider
  • Dialogs - Dialog and Window

Project setup and usage

Install dependencies:

yarn
npm install

Run development server:

yarn dev
npm run dev