Leonardo-Soares / teste-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt 3 Tailwind Kit

Nuxt 3 + Tailwind Starter Kit.

Features

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.

About


Languages

Language:Vue 90.4%Language:TypeScript 8.0%Language:JavaScript 1.3%Language:CSS 0.2%Language:Shell 0.1%Language:HTML 0.0%