nuxt 3 working

  • ProxmoxUsing DELETE Data Laravel API | Nuxt 3 Tutorials #42 | Urdu & Hindi

    Using DELETE Data Laravel API | Nuxt 3 Tutorials #42 | Urdu & Hindi

    In this video, you will learn how to create a Laravel Delete API for Nuxt 3. We will use the Delete API to remove todos from the database. Additionally, we will explore how to remove items from the frontend array simultaneously when they are deleted from the database. 🧲 Timestamps: 00:00 – Introduction 00:31 – Setup API function 01:18 –…

    Read More »
  • ProxmoxAPI Error Handling | Nuxt 3 Tutorials #38 | Urdu & Hindi

    API Error Handling | Nuxt 3 Tutorials #38 | Urdu & Hindi

    In this video, you will learn the best ways to handle errors in Nuxt 3 using try-catch blocks. We will explore the error codes you may encounter and how to resolve them. Additionally, we will examine validation error handling and the workings of $fetch with headers. 🧲 Timestamps: 00:00 – Introduction 00:13 – 404 (Route not found Error) 00:31 –…

    Read More »
  • ProxmoxSSR vs CSR vs Universal Rendering | Nuxt 3 Tutorials #35 | Urdu & Hindi

    SSR vs CSR vs Universal Rendering | Nuxt 3 Tutorials #35 | Urdu & Hindi

    In this video, you will learn how SSR, CSR and Universal Rendering work in Nuxt 3. SSR (Server-Side Rendering): The HTML is generated on the server and sent to the browser, which displays the fully rendered content immediately, improving initial load times but requiring a server to handle rendering. CSR (Client-Side Rendering): The browser downloads a minimal HTML shell and…

    Read More »
  • ProxmoxFile Input Component | Nuxt 3 Tutorials #33 | Urdu & Hindi

    File Input Component | Nuxt 3 Tutorials #33 | Urdu & Hindi

    In this video, you will learn how to handle file uploads in Nuxt 3. We cannot directly bind v-model to the file input field, so we have to use v-on:change to detect changes. I also demonstrate how to upload multiple files using a single input field and read them. 🧲 Checkout our projects at GitHub: 🧲 VSCode: ● Font: Cascadia…

    Read More »
  • ProxmoxSelect field Component In Nuxt | Nuxt 3 Tutorials #32 | Urdu & Hindi

    Select field Component In Nuxt | Nuxt 3 Tutorials #32 | Urdu & Hindi

    In this video, you will learn how to create a reusable select field component in Nuxt 3. If you want to use the same select field with consistent styling on multiple pages, the best approach is to create a component for the select field. The key difference is in how you pass options to the select field. If you define…

    Read More »
  • ProxmoxNuxt Loading Indicator | Nuxt 3 Tutorials #30 | Urdu & Hindi

    Nuxt Loading Indicator | Nuxt 3 Tutorials #30 | Urdu & Hindi

    In this video, you will learn how to add a loading indicator in Nuxt 3. The loading indicator will appear at the top of the page when navigating to a different page. Users will see an indicator that helps them understand that data is being fetched from the server, so they need to wait until the data is fully loaded.…

    Read More »
Back to top button