Look at Nuxt docs and Nuxt UI docs to learn more.
Make sure to install the dependencies:
# npmnpm install# pnpmpnpm install# yarnyarn install# bunbun install
Start the development server on http://localhost:3000
:
# npmnpm run dev# pnpmpnpm run dev# yarnyarn dev# bunbun run dev
Build the application for production:
# npmnpm run build# pnpmpnpm run build# yarnyarn build# bunbun run build
Locally preview production build:
# npmnpm run preview# pnpmpnpm run preview# yarnyarn preview# bunbun run preview
Check out the deployment documentation for more information.