Nuxt

N

Nuxt

Nuxt Community Chat Server

Join

Having issues reading process.env in nuxt 4 app

Vue: Cannot find name process. Do you need to install type definitions for node? Try npm i --save-dev @types/node and then add node to the types field in your tsconfig. I get this when clling process.env inside my components...

Nuxt content exclude files

how to exclude files in content folder in Nuxt content

issue with nuxtui4 and authform

```html <template> <div class="flex flex-col items-center justify-center gap-4 p-4 min-h-screen"> <UPageCard class="w-full max-w-md"> <UAuthForm ...

Nuxt not auto importing

Its not auto importing its red squiglggly lines over all imports
No description

MCP for nuxt-ui not working on Kilo Code ?

Hello, When I try to add the Nuxt-UI MCP i got this error: SSE error: Non-200 status code (405) ...
No description

tailwind 4

I am trying to add tailwind to my project. i keep getting this: Cannot find module '~/assets/css/main.css' #❓・help...
No description

How to animate form error message with nuxt ui

How to animate form error message with nuxt ui.

Figma kit too big

Hey guys, got a question here. Been advocating Nuxt UI so much to my team that design team has started using it. However they seem to be running into an issue with figma: the Nuxt file is so big that they run in to size & memory usage issues. like 70% usage Has anyone faced the same issue? How did you solve it? Any suggestions on how to solve this?...

npm run generate command _payload.json folder get created for specific route

experimental: { payloadExtraction: true, }, I have set above flag set, for only one route it generates _payload.json folder and it contain index.html, while for all other routes _payload.json files(which I am expecting)...

useFetch with reactive variables called twice

I have a simple composables for feth the table data. when change the pageIndex it call twice the first one throw error from ns_binding_error and the second one return results. ```ts export default function useTable<T>(url: string) { const searchText = useState<string>('table-search-text', () => '')...

Nuxt UI Header component

I am currently trying to implement the toggle of the Header component from v4.0.1. When I click the toggle it has this overlay(in black) that covers everything. I have tried :menu="{overlay: false}", tried hiding it via :ui prop etc but cannot get rid of it. Does anyone know how I can get to it?
No description

Custom strategy for page with i18n

hi, i got a question i am updating my saas and implementing i18n how can i make that my marketing page use the prefix_except_default strategy with ...

Nuxt 4 + tailwindcss + directus gettng error "500 Cannot redefine property: _path"

So I'm trying to do a project in Nuxt 4, and I got a problem when I try to edit any CSS element. It just crashes to 500 Cannot redefine property: _path I tried changing node version because I found one user changed his version from node 20 to 24, and it fixed it, but I tried the same and still nothing error 500: `` Cannot redefine property: _path...

vs-code and auto-imports

Hi, I'm having an issue with my IDE — it doesn't detect the utils function inside my utils folder, even though the code runs fine. Am I missing a VSCode configuration or something
No description

How to add colors from tailwind to nuxt ui ?

Hello ! I want to know how i can add like purple tailwind default colors to nuxt ui badge ?

Avoiding unnecessary divs with NuxtUI and Nuxt/eslint?

I feel like I can't get rid of an unnecessary <div> when adhearing to the eslint rules, which disallow multiple root elements in a <template> tag. Is there any way to do this correctly so to adhear to the nuxt/eslint module rules? App.vue ```...

Install @nuxt/image with nuxt 3.3.3

Hi, I have a question about @nuxt/image compatibility. My environment is: - Nuxt: 3.3.3 - Node.js: 18 I'm looking to add the @nuxt/image module to optimize images, but I want to make sure I choose a version that won't cause any compatibility problems. Does anyone have experience with this specific setup and can suggest a reliable version of @nuxt/image to install?...

Persistent "no such file or directory" error when changing filenames

In Nuxt 3, every time I tried to change the filename of a component, it triggers this error and even after restarting the server, it does not go away. How to fix this? How to clear the cache? How to prevent this from happening?...

Strapi module and Nuxt v4

Hey! I recently got into Nuxt :nuxt:. I saw in Strapi module website that it refers to it as Nuxt 3 Ready. What about Nuxt 4? Is it working or we have to wait for a release? Thanks! 🙏...

Migrating from Shadcn-Nuxt to Nuxt UI v4

Is there a guide for migrating from Shadcn-Nuxt to Nuxt UI v4?