Vite + Vue 3 + Tailwind CSS (starter)

This starter template was modified from https://github.com/web2033/vite-vue3-tailwind-starter

This starter template also includes:

First-party plugins needed for Tailwind UI:

Getting Started 🚀

git clone https://github.com/michael-long88/tailwind-starter-template.git
cd tailwind-starter-template
bash clone.sh new-project github-repo-url

npm:

npm i
npm run dev
npm run build
npm run serve

yarn:

yarn
yarn dev
yarn build
yarn serve