0.0.3 • Published 8 months ago

flowbite-nuxt v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

flowbite-nuxt

Quick Setup

  1. Add flowbite-nuxt dependency to your project
# Using pnpm
pnpm add -D flowbite-nuxt

# Using yarn
yarn add --dev flowbite-nuxt

# Using npm
npm install --save-dev flowbite-nuxt
  1. Add flowbite-nuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'flowbite-nuxt'
  ]
})