Nuxt 3 best starter repo, Tailwindcss, Sass, Headless UI, Vue, Pinia, Vite, Eslint, i18n, Naive UI
We recommend to look at the documentation.
This starter template also includes:
First-party plugins needed for Tailwind UI:
Best Nuxt with Plugins:
Make sure to install the dependencies
pnpm install
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
pnpm start
Checkout the deployment documentation.