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 ui
Source: Nuxt UI v3
Make sure to install the dependencies:
# pnpm
pnpm install
Start the development server on http://localhost:3000
:
# pnpm
pnpm run dev
Build the application for production:
# pnpm
pnpm run build
Locally preview production build:
# pnpm
pnpm run preview
Check out the deployment documentation for more information.