drizki / nuxt3-tailwindcss

A minimal Nuxt 3 with Tailwind CSS Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Tailwind CSS Starter Kit

A minimal Nuxt 3 (RC) and Tailwind CSS Boilerplate

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About

A minimal Nuxt 3 with Tailwind CSS Boilerplate


Languages

Language:Vue 44.2%Language:JavaScript 32.2%Language:TypeScript 19.4%Language:CSS 4.2%