haenno / vue-tf

Template for a frontend with Vite / Vue 3, Tailwind CSS and Flowbite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-tf

Template for a frontend with Vite / Vue 3, Tailwind CSS and Flowbite. Also, a simple implementation of pinia as a store, access to an API (tasks: add, delete, change), and login to an API with saving the JWT token to a secure cookie.

Live demo

Check out the live demo at haenno.de and haenno.github.io/vue-tf/.

Demo deployment

Honorable mentions, useful resources

Tailwind CSS / Flowbite colors for bright and dark mode

Element Bright Dark
Background x x
Nav-Background x x
Nav-Text x x
Button-Background bg-gray-200 dark:bg-gray-600
Button-Text text-gray-900 dark:text-white
Button-Hover hover:bg-gray-300 dark:hover:bg-gray-700
Button-Background-Active bg-gray-200 dark:bg-gray-600

About

Template for a frontend with Vite / Vue 3, Tailwind CSS and Flowbite

License:MIT License


Languages

Language:Vue 51.4%Language:TypeScript 43.4%Language:HTML 2.8%Language:JavaScript 2.2%Language:CSS 0.1%