Home
Softono
nuxt3-tailwindcss3-starter-kit

nuxt3-tailwindcss3-starter-kit

Open source Vue
161
Stars
17
Forks
0
Issues
3
Watchers
1 year
Last Commit

About nuxt3-tailwindcss3-starter-kit

<h2 align="center"> Nuxt 3 With Tailwindcss 3 </h2> <pre align="center"> πŸ”₯ If We need anything, I will add it. </pre> <p align="center"> The template that starts tailwindcss fastest on nuxt3 without annoying settings </p> ## Features - πŸ’š [Nuxt 3](https://v3.nuxtjs.org) - SSR, ESR, File-based routing, components auto importing, modules, etc. - ⚑️ [Vite](https://vitejs.dev/) - Instant HMR - 🎨 [Tailwindcss](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom user interfaces. - βš’οΈ [HeadlessUI](https://headlessui.dev/) - A set of completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. - πŸ”₯ The `<script setup>` syntax - 🍍 [State Management via Pinia](https://pinia.esm.dev/) - πŸ“₯ APIs auto importing - For Composition API, VueUse and custom composables. - 🏎 Zero-config cloud functions and deploy - 🦾 [TypeScript](https://www.typescriptlang.org/), of course ### Nuxt Modules - [VueUse](https://github.com/vueuse/vueuse) - co ...

Platforms

Web Self-hosted

Languages

Vue

Nuxt 3 With Tailwindcss 3

πŸ”₯ If We need anything, I will add it.

The template that starts tailwindcss fastest on nuxt3 without annoying settings

Features

  • πŸ’š Nuxt 3 - SSR, ESR, File-based routing, components auto importing, modules, etc.
  • ⚑️ Vite - Instant HMR
  • 🎨 Tailwindcss - A utility-first CSS framework for rapidly building custom user interfaces.
  • βš’οΈ HeadlessUI - A set of completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
  • πŸ”₯ The <script setup> syntax
  • 🍍 State Management via Pinia
  • πŸ“₯ APIs auto importing - For Composition API, VueUse and custom composables.
  • 🏎 Zero-config cloud functions and deploy
  • 🦾 TypeScript, of course

Nuxt Modules

  • VueUse - collection of useful composition APIs
  • ColorMode - dark and Light mode with auto detection made easy with Nuxt.
  • Pinia - intuitive, type safe, light and flexible Store for Vue.
  • NuxtIcon - Icon module for Nuxt with 100,000+ ready to use icons from Iconify.
  • NuxtHeadlessUI - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
  • NuxtVitest - A vitest environment for testing code that needs a Nuxt runtime environment
  • NuxtDevtools - Nuxt DevTools is a set of visual tools that help you to know your app better.

IDE

Try it now!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit initred/nuxt3-tailwindcss3-starter-kit my-nuxt3-app
cd my-nuxt3-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm