This Vue starter lets you get started with Nuxt UI Pro quickly.
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:5173
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview