kendo-vue/kendo-vue-vite
Petar Todorov b903bf3039
chore: update multiple examples (#374)
* chore: update package versions of GS with JS + Composition API

* chore: update package versions of GS with JS + Options API

* chore: update package versions of GS with Nuxt3

* chore: update package versions of GS with TS+Composition API

* chore: update package versions of GS with TS+Options API

* chore: update package versions. Add nuxt.config file to Nuxt 2 project

* chore: update packages' versions. Update routing method. Remove yarn.lock

* chore: update packages' versions of kendo-vue-vite project

* chore: migrate Vue 3 Grid performance demo to Vite. Update packages

* chore: migrate Vue 2 Grid performance demo to Vite. Update packages

* chore: update package versions in Dashboard app

* chore: update Readme of Vue 3 Grid Performance demo
2023-04-19 01:06:51 -07:00
..
public chore: move examples to kendo vue repo 2021-07-05 09:40:23 +03:00
src chore: update multiple Vue examples (#271) 2022-08-09 05:49:16 -07:00
.gitignore chore: move examples to kendo vue repo 2021-07-05 09:40:23 +03:00
README.md chore: move examples to kendo vue repo 2021-07-05 09:40:23 +03:00
index.html chore: update multiple Vue examples (#271) 2022-08-09 05:49:16 -07:00
package.json chore: update multiple examples (#374) 2023-04-19 01:06:51 -07:00
vite.config.js chore: move examples to kendo vue repo 2021-07-05 09:40:23 +03: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