Skip to content

achernetsov/flowbite-vue-router-tabs

Repository files navigation

Deprecated

I finally implemented tabs of my dreams on daisyui: https://gitlab.com/archertech-lab/daisyui-vue-admin-minimal

Overview

Flowbite Tailwind tabs implementation:

  • Vue, Vite, Typescript, composition API
  • Vue router
  • Pinia

Live demo: https://archertech-lab.gitlab.io/flowbite-vue-router-tabs

Demo

Tailwind config

Tailwind configured according to https://tailwindcss.com/docs/guides/vite#vue

Vite instructions

Project created with https://github.com/vuejs/create-vue

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint