Look at Nuxt docs and Nuxt UI docs to learn more.
Create a new Nuxt project with Nuxt UI. This template extends the default Nuxt UI template with some additional configurations.
npx nuxi@latest init my-app -t uiSource: Nuxt UI v3
Make sure to install the dependencies:
# pnpm
pnpm installStart the development server on http://localhost:3000:
# pnpm
pnpm run devBuild the application for production:
# pnpm
pnpm run buildLocally preview production build:
# pnpm
pnpm run previewCheck out the deployment documentation for more information.