nuxt 3 course in urud
-
Proxmox
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 » -
Proxmox
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 » Component Props | Nuxt 3 Tutorials #25 | Urdu & Hindi
In this video, you will learn how to pass data to a component using props in Nuxt 3. Props are useful when you want to pass data from a parent component to a child component. You can also customize prop values as needed. π§² Timestamps: 00:00 – Introduction 00:38 – Passing a prop 00:48 – Read props 01:16 – Multiple…
Read More »Component Prop Types | Nuxt 3 Tutorials #26 | Urdu & Hindi
In this video, you will learn how to specify prop types in Nuxt 3. By default, you can pass any kind of prop to a component, but if you want to specify the prop type, you can do so using JavaScript types. π§² Timestamps: 00:00 – Introduction 00:27 – Define Prop type 00:50 – Binding Props 01:17 – Reading object…
Read More »Navigation and NuxtLink | Nuxt 3 Tutorials #23 | Urdu & Hindi
In this video, you will learn how to create navigation and use NuxtLink in Nuxt 3. Nuxt does not use the standard a or hyperlink tags for navigation. Instead, it uses its own NuxtLink or nuxt-link tag, which is used with a “to” attribute to navigate to different pages. The NuxtLink tag does not use the href attribute as we…
Read More »Nuxt Pages & Routing | Nuxt 3 Tutorials #20 | Urdu & Hindi
In this video, you will learn how to create pages and understand how routing works in Nuxt 3. Nuxt uses filename-based routing, which means when you create a file, the name of the file becomes the route. You will use the page name to visit it. π§² Timestamps: 00:00 – Introduction 00:22 – Create pages 00:45 – Default app layout…
Read More »