Use this template to get started with Nuxt UI quickly.
The starter template for Vue is on https://github.com/nuxt-ui-templates/starter-vue.
npm create nuxt@latest -- -t uiMake sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
npm run devUse Docker Compose v2:
docker compose up --buildIf Windows says docker-compose or docker is not recognized, Docker Desktop is not installed or is missing from PATH. Install Docker Desktop, reopen the terminal, and then use docker compose up --build.
Build the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.