kendo-vue/kendo-nuxt3
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
..
components chore: add Nuxt 3 drawer navigation 2023-01-27 17:47:20 +02:00
pages chore: update nuxt 3 routes and index page 2023-01-30 16:29:43 +02:00
.DS_Store chore: add componnet exmaples 2022-11-09 17:45:26 +02:00
.gitignore chore: add initial nuxt 3 project 2022-11-08 17:12:51 +02:00
README.md chore: add initial nuxt 3 project 2022-11-08 17:12:51 +02:00
app.vue chore: update multiple examples (#374) 2023-04-19 01:06:51 -07:00
nuxt.config.ts chore: add componnet exmaples 2022-11-09 17:45:26 +02:00
package-lock.json chore: add Nuxt 3 drawer navigation 2023-01-27 17:47:20 +02:00
package.json chore: update multiple examples (#374) 2023-04-19 01:06:51 -07:00
tsconfig.json chore: add initial nuxt 3 project 2022-11-08 17:12:51 +02:00

README.md

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.