Nuxt 3 Starter
We recommend to look at the documentation.
Preview
Deploy your own
This starter template also includes:
- Tailwind CSS v3
- Eslint
- Headless UI - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- Icones - beautiful hand-crafted SVG icons with Unocss used.
First-party plugins needed for Tailwind UI:
Best Nuxt with Plugins:
Setup
Make sure to install the dependencies
pnpm install
Development
Start the development server on http://localhost:3000
pnpm dev
Production
Build the application for production:
pnpm build
pnpm start
Checkout the deployment documentation.