dimunyo
Results
3
comments of
dimunyo
> Development mode works but I get an error when building > > ``` > file: /app/plugins/flowbite.client.ts:1:0 > 1: import flowbite from 'flowbite'; > ^ > 2: > 3: export...
> > **Nuxt 3 configuration** Install **_flowbite_** and add configuration to _tailwind.config.js_ > > ``` > > module.exports = { > > content: ['./node_modules/flowbite/**/*.js'], > > theme: { > >...