Skip to content

Createitv/nuxt3-tailwind-starter

Repository files navigation

Nuxt 3 Tailwind Starter 中文文档

Nuxt3 Tailwind Starter Nuxt3 Nuxt Content v2 Tailwind CSS Nuxt Icon Pinia vee-validate i18n vercel pnpm

Zero Config Nuxt 3 + Tailwind Starter

Features

Try it Now

Stackblitz

Online Demo

GitHub Template

Create a repo from this template on GitHub.

Local Install

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

git clone https://github.com/Createitv/nuxt3-tailwind-starter my-app
cd my-app
pnpm install --shamefully-hoist
# or
npm install 

Development

We recommend to look at the documentation.

Make sure to install the dependencies

npm run dev

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

Production

Build the application for production:

npm run build

Checkout the deployment documentation.

Thanks

Warsono