kendo-vue/getting-started-typescript-...
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
..
.vscode chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00
public chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00
src chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00
.gitignore chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00
README.md chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00
index.html chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00
package.json chore: update multiple examples (#374) 2023-04-19 01:06:51 -07:00
tsconfig.json chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00
tsconfig.node.json chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00
vite.config.ts chore: migrate existing get started demos to Vite. Add GS demo Vite + Composition API (#325) 2022-11-14 09:52:09 -08:00

README.md

This is the Kendo UI for Vue Typescript + Composition API Getting started example

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Locally preview production build

npm run preview