Back to Templates

Nuxt UI Starter
Look at Nuxt docs and Nuxt UI docs to learn more.
Setup
Make sure to install the dependencies:
# npmnpm install# pnpmpnpm install# yarnyarn install# bunbun install
Development Server
Start the development server on http://localhost:3000
:
# npmnpm run dev# pnpmpnpm run dev# yarnyarn dev# bunbun run dev
Production
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.