Need some mentoring, help with a project, get a career in tech, level up your skills? One week free trial! 👉mentorcruise.com/mentor/erikhanchett/
@siya.abc1232 жыл бұрын
Nuxt has always been so elegant man, it's hard to beat
@alwaisy Жыл бұрын
these 13.06 minutes solved my problem. Thanks Erik.
@FilipeAguiarCarvalho2 жыл бұрын
I was expecting this video since the release of Nuxt3. Thank you.
@offgridvince2 жыл бұрын
Found it! I knew you had to have something on Nuxt3... Thanks a bunch.
@rayn3r965 Жыл бұрын
This is such a great explanation; thank you so much for making such a clean, friendly guide to Nuxt 3 server routes!!
@bartoszsowa51402 жыл бұрын
10.2022: useQuery() and useBody() have been changed to getQuery() and readBody(). Someone on other channel saved me from going insane so let me save you too.
@darksideishere Жыл бұрын
thankyousomuchh
@ricko132 жыл бұрын
I love you Erik, awesome content!
@ash1kh2 жыл бұрын
Nuxt 3 and Nitro truly blows my mind. Pure voodoo magic. :)
@hcmlopes2 жыл бұрын
Only need to restart the server when you first create any of the special folders. As you can see it working in the books example
@vexl.project88 Жыл бұрын
Thank tou you, awesome content 💌
@islom_raximqulov2 жыл бұрын
Thanks bro, which theme you installed in your VS Code
I think its Synthwave 84 theme, you have to enable the glow
@danielwatson6529 Жыл бұрын
mine all works sweet on local host but when I deploy it the use/readBody triggers a 500 of "The first argument must be of type string or an instance of Buffer, ArrayBuffer, or Array or an Array-like Object. Received an instance of Object"
@davidzita14042 жыл бұрын
any way to integrate fastify with thet ?
@nutral132 жыл бұрын
Is nuxt 3 production ready?
@ozqurozalp2 жыл бұрын
How can i upload image with nuxt’s own server api?
@PhilippLupulescu2 жыл бұрын
Hey Erik, thanks for this tutorial! If I would like to add some logic to the specific API route, like fetching data from a database or lets say a headless cms that offers it's own API. How would I do that? Could I use some of nuxts fetch methods?
@lessons3141 Жыл бұрын
Erik, thx for usefull content ! have a question: wich vs-code theme you use in this video? like this code brighting
@ProgramWithErik Жыл бұрын
Synthwave 84!
@lessons3141 Жыл бұрын
@@ProgramWithErik thx, installed, awesome. what about to create a video about StoreFront or some platform for e-commerce projects and create some example ? also more about JAMStack , maybe about headless wordpress + nuxt3?) P.S. Hello from Ukraine!
@Alidnet12 жыл бұрын
Hi Erik, any plans to do a Nuxt3 Google Maps video?
@williamkrisleycardososoare62992 жыл бұрын
what is this theme ?
@danielkaviyani38852 жыл бұрын
Thanks for the video, I have a question, is it possible to make a post API and call it from the backend? for example when we want to create a report file that maybe take long time to be created so we want when this file is created then the backend call an API and send the info of the file to the nuxt app so we can show the download button and set the link
@abuzcoder2 жыл бұрын
what name is theme extension very beautifull
@Hassanbinsafdar-jt6uj Жыл бұрын
which theme you are using
@ProgramWithErik Жыл бұрын
Synthwave 84
@kakun72382 жыл бұрын
can we get a full stack app tutorial with nuxt sir?
@rickyu19782 жыл бұрын
Nice, Whats the difference between useFetch and $fetch?.. Also using the /server route we must deploy nuxt to a node server and not to a static host like aws s3 or cloudflare?
@erickw.r.57772 жыл бұрын
$fetch doesn't make an extra api call if called from the server if using server, you cannot use it without a node server or cloud functions
@omercelebi20122 жыл бұрын
when I open new project can't find useQuery or useBody but in my older project it was auto imported.. I don't remember how I did it.. Any suggestions?
@pandau Жыл бұрын
I believe they are changed to getQuery and readBody. That's how I got it to work.
@pareshpandit2 жыл бұрын
Thanks for the video, much appreciate it. :) A couple of things: 1.) [feedback] : On the API route, 'async > await' threw an error for me, and removing it worked just fine. But the server still throws a 405 error in the server side console though, saying 'HTTP method is not allowed'. 2.) [request] : I was wondering if you could make a video on route validation, since Nuxt3 has now retired the 'validation method', and it has become slightly challenging for newbies like me to get around to it. (Eg. allowing only numbers or ids on a certain route etc.)
@amitraturi99012 жыл бұрын
make some videos on phoenix framework and elixir.
@maskman48212 жыл бұрын
awesome 😍
@greendsnow2 жыл бұрын
Firebase is still breaking with Nuxt 3...
@debayanghosh5245 Жыл бұрын
Sir I need help I am trying to use dynamic routes but why I have to generate build again if a new product is added..in Vue js we just had to do product/:I'd please tell me how to overcome this