cms / 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

Note if you have access to Tailwind UI, you can follow the following steps to add it:

  1. Install @tailwindcss/ui:
yarn add @tailwindcss/ui
  1. Add the plugin in tailwind.config.js without changing anything else:
// tailwind.config.js
module.exports = {
  // ...
  // rest of the config
  plugins: [require('@tailwindcss/ui')],
}

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.5%Language:JavaScript 11.3%Language:HTML 2.5%Language:CSS 0.7%