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 github:nuxt-ui-templates/starterMake sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck out the deployment documentation for more information.