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