Skip to content

l4dybird/nuxt3-pinia-quasar

Repository files navigation

Nuxt 3 Pinia Quasar Starter

We recommend to look at the documentation.

Setup

Make sure to install the dependencies

pnpm install

Development

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

pnpm run dev

Production

Build the application for production:

pnpm run build

Checkout the deployment documentation.