A basic template for Nuxt 3. No examples inside, just a clean template 🙌
- Tailwind CSS
- HeadlessUI
- Pinia
- VueUse
- Unlighthouse
- Nuxt Image
- Color Mode
- Uno CSS Icons
- Prettier (configured)
- ESLint (configured)
- Vite
- TypeScript
Available collections here
yarn add --dev @iconify-json/[the-collection-you-want]
// example
yarn add --dev @iconify-json/mdi
// or install ALL of them
yarn add --dev @iconify/json
# yarn
yarn install
Start the development server on http://localhost:3000
# yarn
yarn dev
Check out the deployment documentation for more information.