Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [nuxt.js]

Nuxt.js is a framework for creating Vue.js applications, you can choose between Universal, Static Generated or Single Page application (inspired by Next.js)

1 vote
0 answers
4 views

Applying default layout to Nuxt.js error page while preserving route transitions

I have set up a default layout that includes a header and footer. This layout works fine for all of my pages since they are inside the pages directory and because I have a <NuxtPage/> wrapped in ...
Michael's user avatar
  • 329
0 votes
0 answers
15 views

Nuxt is too big,font awesome too big

When I build my project, my build file is up to 8MB due to FontAwesome. After removing FontAwesome from the project, my build file decreases to a maximum of 500KB. I'm trying to optimize the inclusion ...
furina's user avatar
  • 11
1 vote
0 answers
10 views

How can I use L from Nuxt Leaflet module?

I am trying to incorporate a leaflet map to my Nuxt 3 project. I use Nuxt Leaflet module which works fine until I tried to directly use the L object from the leaflet library. I followed the docs. My ...
druskacik's user avatar
  • 2,451
0 votes
0 answers
23 views

Resolve cors error for Nuxt 3, for embedded app making request in project

CORS ERROR I have an issue in my project, I understand the error, as well as I tried to find answer for it but no luck so far. Here is my scenario: I have nuxt 3 app, where I am embedding one of the ...
Nexo's user avatar
  • 2,291
0 votes
0 answers
14 views

Which Nuxt hook to use for loading third-party javascript

What is the right Nuxt hook to use if I want to run something after the page has fully loaded and all suspense operations / dependency fetching is done? My goal is to load third-party javascript after ...
Matt Sanders's user avatar
  • 9,823
0 votes
0 answers
10 views

Playing audio node. play.ai

Based on the details from play.ai's docs, it should be easy to play base64 audio but I'm running into issues. I am using nuxtjs. These are the docs myWs.on('message', (message) => { const event = ...
Warren's user avatar
  • 23
0 votes
0 answers
6 views

How can I prevent cancelling of pending requests on router navigation in Nuxt 3?

so I am working on an e-commerce product, where we have to download a lot of third part scripts for user journey tracking. To improve the performance of the application, we are loading these scripts ...
Owais Ahmad's user avatar
0 votes
0 answers
13 views

genSourceMapUrl - Cannot create a string longer than 0x1fffffe8 characters

I am not the greatest at node build issues. ERROR Internal server error: Cannot create a string longer than 0x1fffffe8 characters ...
Jamie Marshall's user avatar
0 votes
1 answer
33 views

Transition Issue with Layout in Nuxt 3

I am facing an issue with route transitions when conditionally disabling layouts on specific pages. I have a <NuxtPage /> in app.vue wrapped in default <NuxtLayout />, which contains a ...
Michael's user avatar
  • 329
0 votes
0 answers
32 views

TailwindCSS with Nuxt 3 application: how do I use custom class in the Nuxt 3 component with @apply?

Sometimes I get the error when using the custom TailwindCSS class with @apply in my Nuxt 3 component <styles>. The issue is during the build npm run generate or npm run build but most of the ...
BATMAN_2008's user avatar
  • 3,310
0 votes
0 answers
21 views

Nuxt Vercel Deployment Failing

Worth a shot asking here. I am having trouble deploying my Nuxt app onto Vercel for some strange reason, I can't pinpoint the error. When I deploy, everything seems fine in the deployment script, but ...
clew-bot's user avatar
0 votes
0 answers
6 views

Automatically prepend image URLs in Nuxt Content

With Nuxt Content v2, is there a reasonable way to provide front-matter data in markdown documents to components used inside the markdown without passing it as explicit props? For example: --- title: &...
Matt Sanders's user avatar
  • 9,823
0 votes
1 answer
16 views

Can't access Nuxt Studio data inside of Nuxt application

I have this nuxt.schema.ts it loads perfectly on https://nuxt.studio without any issues and I can alter the options, how do I access this object in my app? If I use const config = useAppConfig() it ...
Mac's user avatar
  • 49
0 votes
1 answer
26 views

How to set proxy in Nuxt3?

I can't understand why setting proxy in nuxt 3 doesn't work When im trying to get data i see incorrect url in development tools Below is my code, what am i doing wrong? nuxt.config.js export default ...
Maxim's user avatar
  • 11
-1 votes
1 answer
17 views

Hi, I have only basic knowledge on web dev and I need help on my project to start a new intern job, I need to know where to start and steps to follow [closed]

Food recipe site The goal is to build attractive food recipe website that people can browse and can signup/login and share their recipe any user visiting the site should be able to browse recipes ...
league legends's user avatar

15 30 50 per page
1
2 3 4 5
872