Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.28 KB

README.md

File metadata and controls

53 lines (41 loc) · 2.28 KB

Vite + Vue 3 + Tailwind CSS (starter) ⚡

Vite, Vue, Tailwind CSS

This starter template also includes:

First-party plugins needed for Tailwind UI:

Getting Started 🚀

Open in Visual Studio Code

npx degit web2033/vite-vue3-tailwind-starter vvt-app
cd vvt-app

npm:

npm i
npm run dev
npm run build
npm run serve

yarn:

yarn
yarn dev
yarn build
yarn serve

Deploy to Netlify

Bonus links