Use this template to get started with Nuxt UI quickly.
npx giget@latest gh:nuxt-ui-templates/starter-vue my-vue-starter
Make sure to install the dependencies:
pnpm install
Start the development server on http://localhost:5173
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview