This template should help get you started developing with Vue 3, Typescript and Tailwind in Vite. It is worth mentioning that this model was made using the vite-vue3-tailwind-starter model as a base.
- Vite
- Vue 3
- Vue Router v4
- Tailwind CSS v3
- 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
- Typescript
- Eslint
- Prettier
- prettier-plugin-tailwindcss - Automatic Class Sorting with Prettier
First-party plugins needed for Tailwind UI:
The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
npx degit Edsonalencar/Vitalis-template my-project
cd my-project
npm i | yarn
npm run dev | yarn dev
npm run build | yarn build