You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
⚡ Vite + Vue 3 + Tailwind CSS ✔
This starter template includes:
- Vite
- Vue 3
- Tailwind CSS v3
- Vue Router v4
- Inter var font (self-hosted, woff2, v3.19, with 'preload' attr, check out index.html)
- Headless UI - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- Heroicons - beautiful hand-crafted SVG icons, by the makers of Tailwind CSS
- prettier-plugin-tailwindcss - Automatic Class Sorting with Prettier
First-party plugins needed for Tailwind UI:
Getting Started
npx degit web2033/vite-vue3-tailwind-starter vvt-app
cd vvt-app
npm i
npm run dev
npm run build
npm run serve