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)

nuxt.js
0 votes
0 answers
11 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
5 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,843
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
19 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
0 votes
1 answer
14 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

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
0 votes
0 answers
13 views

How to prevent gtm sensetive data sending?

I`ve got Nuxt 2 + nuxt-gtm and there is a problem I`ve got oauth2 scheme of auth and when login user returning to /callback page with query like code=some_code&state=some_state How to prevent ...
Georgiy Eclegend's user avatar
0 votes
0 answers
8 views

How can I using common routes for multi-projects

I am using NuxtJs 3 and I have 3 folders containing 3 different nuxtjs projects in which the "packages" folder contains 2 subfolders "cms" and "monitor". When I run the ...
Châu Trần Thái's user avatar
0 votes
1 answer
28 views

How to redirect to a specified route in Nuxt server api?

I am currently doing a project using Nuxt and I am using the Nuxt server/api folder for all of my external API. What I'm trying to do is that, I want to redirect back to the / page if there are any ...
Lovi's user avatar
  • 47
0 votes
0 answers
10 views

How to handle folders in nuxt content? And how to connect with a nuxt app?

currently this is my nuxt content application: components/ Report.vue content/ index.md report1/ report.md index.md report2/ report.md index.md where content/index.md contains a list of the ...
David 天宇 Wong's user avatar
0 votes
0 answers
19 views

How to include highcharts in Nuxt 3.7.0?

How can I include this combination graph https://www.highcharts.com/demo/highcharts/combo-dual-axes chart in my nuxt vue application ? I followed this https://www.npmjs.com/package/highcharts-vue docs,...
Rancha124's user avatar
0 votes
0 answers
23 views

Implementing SwiperJs Thumb Gallery In Nuxt 3

I'm working on a Nuxt 3 project and trying to implement a SwiperJS thumbs gallery - https://swiperjs.com/demos#thumbs-gallery. I want the thumbnails to synchronize with the main slider so that ...
Michael's user avatar
  • 317
1 vote
0 answers
25 views

Always getting PaymentIntent status: requires_payment_methodThe PaymentIntent requires a payment method

I am always getting this after a purchase in a Nuxt 3, stripe project: PaymentIntent status: requires_payment_methodThe PaymentIntent requires a payment method. Here is my frontend function: try { ...
hhhhhhh's user avatar
  • 13
0 votes
0 answers
10 views

Upload large files to Vercel (using CSR?)

I have a Nuxt3 project that is hosted on Vercel. Currently, I added an upload-file functionality that sends the data to an API (the API is hosted on Firebase). The API stores the files in Firestore. ...
Erythros's user avatar
0 votes
0 answers
25 views

Supabase logging in is too slow for Nuxt

I am making a simple Nuxt3 and supabase app that simply handles authentication through GitHub. My goal was to have middleware in place to protect pages from users that weren't signed in but when I had ...
Tyson Chicken's user avatar
0 votes
0 answers
13 views

How should I use Nuxt Apollo outside of vue component or script setup to create repository for API calls?

I'm not a software engineer or nothing close to it and I'm in the process of learning to create a web app. I'm playing with a NUXT app and Graphql, in which I'm trying to call a NESTjs API from ...
Arekian's user avatar

15 30 50 per page
1
2 3 4 5
872