TailVue โ A Vue 3 Tailwind Template
Complete with the essentials:
-
๐ฅ Vue 3 with- script setup docs
-
๐ข Vue Router 4.x with dynamic route titles -
๐ Pinia for state management -
๐ Dark mode support with composables example -
๐ Vite for ultra fast development - ๐ช๐ป Tailwindcss with Inter Font and Flowrift components
- ๐ ๐ป Prettier and Prettier Plugin Tailwindcss
Demo
Check it out at:
Make it yours
Installation
Install my-project with npm
npm install my-project
cd my-project
{
"scripts": {
"dev": "vite", // start dev server, aliases: `vite dev`, `vite serve`
"build": "vite build", // build for production
"preview": "vite preview" // locally preview production build
}
}
Credits
Tailwind components powered by the amazing Flowrift