kendo-vue/getting-started-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
..
appdata chore: add Nuxt 3 Getting Started Demo (#332) 2022-11-24 01:00:29 -08:00
pages chore: add Nuxt 3 Getting Started Demo (#332) 2022-11-24 01:00:29 -08:00
.gitignore chore: add Nuxt 3 Getting Started Demo (#332) 2022-11-24 01:00:29 -08:00
README.md chore: add Nuxt 3 Getting Started Demo (#332) 2022-11-24 01:00:29 -08:00
app.vue chore: update the Theme loading approach in Nuxt 3 GS demo (#337) 2022-12-02 03:09:05 -08:00
nuxt.config.ts chore: update the Theme loading approach in Nuxt 3 GS demo (#337) 2022-12-02 03:09:05 -08:00
package.json chore: update multiple examples (#374) 2023-04-19 01:06:51 -07:00
tsconfig.json chore: add Nuxt 3 Getting Started Demo (#332) 2022-11-24 01:00:29 -08: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

Check out the deployment documentation for more information.