Home
Softono

Nuxt3 Tailwind Kit

Open source MIT Vue
290
Stars
51
Forks
7
Issues
5
Watchers
1 year
Last Commit

 About Nuxt3 Tailwind Kit

Nuxt Tailwind Starter Kit

Platforms

Web Self-hosted

Languages

Vue

Need Help Installing Nuxt3 Tailwind Kit?

We provide expert installation service for this software. Our team will install, configure, and secure Nuxt3 Tailwind Kit on your server. plans start at just $30.

Nuxt3 Tailwind Kit

View on GitHub

Nuxt 3 Tailwind Kit

Nuxt 3 + Tailwind Starter Kit.

Features

Directory Structure

.
β”œβ”€β”€ apps              # Nuxt Layer
β”‚   └── admin         # Admin Panel
β”‚   └── auth          # Authentication
β”‚   └── blog          # Blog
β”‚   └── docs          # Documentation
β”‚   └── landing       # Landing Page
β”‚   └── store         # Store
β”œβ”€β”€ components        # Global Components
β”œβ”€β”€ content           # Nuxt Content
β”œβ”€β”€ layouts           # Layouts
β”œβ”€β”€ plugins           # Plugins
β”œβ”€β”€ stores            # Stores
β”œβ”€β”€ ui                # UI Component Library
β”œβ”€β”€ app.config.ts     # Application Config

Try it Now

Stackblitz

Online Demo

GitHub Template

Create a repo from this template on GitHub.

Local

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

npx nuxi init -t gh:gravitano/nuxt3-tailwind-kit my-nuxt-app
cd my-nuxt-app
pnpm
pnpm dev

Development

We recommend to look at the documentation.

Make sure to install the dependencies

pnpm install

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Checkout the deployment documentation.