Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
Best practices
1 vote
1 replies
37 views

I'm building a Nuxt 3 application using a feature-based architecture inspired by Domain-Driven Design. Each feature is meant to be fully isolated, with its own components, state, API layer, and ...
KobiM1's user avatar
  • 81
0 votes
1 answer
26 views

How can I get the seo of my Nuxt app from one external api, in this case strapi, and use it in my app, actually I have this, // enter code here import { getEnv } from "../src/utils"; import {...
xavi zamora's user avatar
0 votes
0 answers
40 views

I have nuxt 3.13 with PWA module 1.0.7 the service worker is work fine but offline page not working. I create offline.html in public folder and nuxt.config.js is like below export default ...
Amir's user avatar
  • 4,131
0 votes
0 answers
44 views

I'm building a Nuxt 3 application (using Vue 3 and Vite as the default builder) and integrating Sentry for error monitoring with sourcemap uploads. My build artifacts are uploaded to a CDN (e.g., AWS ...
Lokesh B's user avatar
0 votes
0 answers
48 views

I need help with this, I need SEO for 3 pages index, Faq and Blog when I run npx nuxt generate and see the index.html in .output/public I only see this in the viewsource I don't see the html like the ...
AIAM2601's user avatar
0 votes
2 answers
69 views

I'm new to Nuxt 3 (and Vue) and running into a issue with component reuse/caching in development mode. This problem never occurs when I build and preview the application. The Problem I'm using a ...
Dewvie's user avatar
  • 77
0 votes
1 answer
235 views

I have a Nuxt 3 production app hosted on Scalingo (it's like Heroku but is a french company) I have so many container crashes because of memory issues when a lot of people are browsing the website. ...
Sw0ut's user avatar
  • 804
0 votes
0 answers
43 views

I'm using keycloak-js in a Nuxt 4 application for authentication. After login, I am redirected back to my page, but the URL contains session-related query parameters (like ?code=...&state=...&...
BATMAN_2008's user avatar
  • 3,642
0 votes
0 answers
73 views

No matter what I do my custom template does not apply. In the timeline I always see Title first and then description. This is my code: <template> <div class="p-8"> <h1 ...
Thomas Segato's user avatar
1 vote
0 answers
61 views

Operating system : macos @nuxt/content: ^3.6.3 nuxt ^4.0.3 Node 24 In a Nuxt 4 project utilizing @nuxt/content, I am encountering an issue where content-rendered pages display "content not found&...
BATMAN_2008's user avatar
  • 3,642
0 votes
0 answers
89 views

Out of the blue my Nuxt 3 project (which has been running fine for over 8 months) is missing translations. Translations which are clearly in the correct files. Also, when building the project, some of ...
Digital Forge's user avatar
0 votes
0 answers
69 views

I just started a new nuxt project (latest version). In my nuxt.config.ts I have "ssr: true" but when I look at the source code of the page, I only see some CSS (Nuxt UI) and JS but no HTML. ...
Angelo van Cleef's user avatar
0 votes
0 answers
20 views

I want to implement the cache negotiation for the public folder in the root directory. I configured it as follows in nuxt.config.ts. However, after running pnpm dev and pnpm generate, and then npx ...
shunpeng gao's user avatar
-3 votes
2 answers
2k views

I was trying to get tailwindcss to work in my nuxt 4 application. There is no proper documentation for the same. After wasting 4 hours of my life asking chat GPT which did not help I finally got the ...
Raj's user avatar
  • 495
1 vote
0 answers
71 views

I’m working on a Nuxt 3 project and encountering an issue with the watch property. I’m watching $route.query, and whenever a query parameter changes, I call an API to fetch data. The problem is that ...
M Hamza Mughal's user avatar

15 30 50 per page
1
2 3 4 5
176