Skip to content

Open-source module for Nuxt with auto import for the Flowbite Vue library

License

Notifications You must be signed in to change notification settings

themesberg/flowbite-nuxt-module

Repository files navigation

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'
  ]
})

About

Open-source module for Nuxt with auto import for the Flowbite Vue library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published