We recommend to look at the documentation.
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:
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.