Migrating from Shadcn-Nuxt to Nuxt UI v4
Is there a guide for migrating from Shadcn-Nuxt to Nuxt UI v4?
Two bundles for for guest and logged in users
I have a dashboard, there's an index page and a login page. The information on the index page is highly sensitive. When I look at the js bundle for my nuxt application it leaks information about api routes. These api routes naturally are protected however I'm wondering if there's some way to bundle the js in such a way that it's not delivered to the client until they log in
Update modal does not re-open with latest data
I have this snippet in my update modal
```
const props = defineProps<{...
Best way to append new data to array from useAsyncData
const { data: practiceAreasData } = $api.practiceAreas.listPracticeAreas();
const { data: practiceAreasData } = $api.practiceAreas.listPracticeAreas();
practiceAreasData is an array. i have a form to create a new practice area. how can i append the newly created data without fetching all practice areas...MySQL connection closes after some time with db0 + mysql2
Hey everyone
I’m running a Nuxt 4 app with a connection to a MySQL database using db0 + mysql2.
my nuxt config...
ISR with akamai
Hi all, would it be possible to enable ISR without using netlify or vercel, it's not clear in the docs, how can I make sure it works?
DayJs hydration error (setting locale after API call) on SSR
Hi, So we've got a website which is rendered in different languages.
Which language it will be it just knows after a first API call. It's about events / conferences which are held in either english or an other language and the whole eventsite is then formatted in that language - so no interactive user switch or url-prefixes.
However - I can't get it run on Nuxt3 (we're currently transfering the site from Nuxt 2)
...
Need help loading data
This is my first time using Nuxt (v3). Last time I used Vue on a sizeable project was in 2020, but I've been reading the news so I'm not totally lost.
But I need help loading data from a backend server. I have read the Nuxt guide on loading data but I've still not figured out a solid pattern that works for all/most use cases.
I'm currently using this pattern: https://medium.com/@luizzappa/nuxt-3-repository-pattern-organising-and-managing-your-calls-to-apis-with-typescript-acd563a4e046...
Can we force Tailwindcss(nuxt ui) scan module for css
I am trying to create a module on top nuxt ui what i need to somehow make tailwindcss compiler to also scan component in module for tailwind css(nuxt ui)
Nuxt Content Preview in development
I'm a bit confused on how to access my Nuxt Content Preview UI during local dev. https://content.nuxt.com/docs/studio/debug#clone-your-repository-on-local
I followed all the steps successfully I believe. I can see the generated at my cloudflare tunnel url preview.json, ect. But, do I need to append something to my dev url? After Step 6, what url do I visit to see the Studio UI locally?...
Nuxt ui v4 disable dark mode?
Hi How can i disable the dark mode? I tried @custom-variant dark (&:where(.dark, .dark *)); in my main.css
But not working. I still have darkmode enabled in my form fields. Any way this is possible?...
Nuxt UI breaks Tailwind styles
I’m not sure why I’m doing wrong as whatever it is I seem to be consistently doing it. Whenever I add NuxtUI to a project it’s usually a little bit into it and I have previously been using Tailwind. But once I add it I follow all the docs and then my site has no styles added from the previous Tailwind classes.
I was always under the impression that NuxtUI worked alongside Tailwind.
Any guidance would be great because a project I’m working on would be perfect with NuxtUI especially since the 4.0 update....
tailwind css cannot be used in the module
I added a hook to introduce tailwind but didn't seem to take effect
/modules/hello/runtime/components tailwind components use in the name of the class is still not effective.
```...Working with Multiple Nuxt Projects in a Monorepo
Hi everyone 👋
I'm building a monorepo that contains multiple Nuxt applications, and I'm looking for best practices around structure, shared code, and how to configure the build system efficiently.
Here's my current directory structure:...
Nuxt Studio "init the preview" Content is missing
The content of my webpage disappears after “init the preview.”
It was visible before initializing the preview....

Watch/Dedupe issue
Minimal example
```ts
const { date } = useDateRange() // date: Ref<{ start: Date; end: Date }>
const { data, pending, error } = await useFetch<T>('/api/any', {
query: {...
NuxtUI components are displayed without styling
Hey! I started exploring development with Nuxt4 and NuxtUI. I have kickstarted a project using the normal commands from official docs. However, the components I use from NuxtUI are displayed without any styling at all. I have searched some slight configuration changes through tutorials and other resources but it doesn't seem to help at all. I assume that it's something pretty straightforward, since I used only the default commands and configurations to create my project.
Below I include the code for the basic parts to help with resolution along with the page in browser.
Thanks in advance for any help! 🙏 ...
