b903bf3039
* 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 |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
README.md | ||
index.html | ||
package.json | ||
vite.config.js |
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