posva / vite-tailwind-starter

Starter using Vite + Tailwind for super fast prototyping

Home Page:https://vite-tailwind.esm.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite + Tailwind CSS Starter

A Tailwind CSS starter template for Vite

Tailwind UI Users

If you have access to Tailwind UI, follow these steps to add it:

  1. Install first-party plugins:
yarn add @tailwindcss/forms @tailwindcss/typography @tailwindcss/aspect-ratio
  1. Add the plugins to tailwind.config.js:
// tailwind.config.js
module.exports = {
  // ...
  plugins: [
    require('@tailwindcss/forms'),
    require('@tailwindcss/typography'),
    require('@tailwindcss/aspect-ratio'),
  ],
}

Installation

yarn

Development

yarn dev

Build

yarn build

About

Starter using Vite + Tailwind for super fast prototyping

https://vite-tailwind.esm.dev/


Languages

Language:Vue 85.1%Language:JavaScript 11.8%Language:HTML 2.5%Language:CSS 0.6%