Server side rendering in Nuxt 3
Data Binding With Attributes | Nuxt 3 Tutorials #19 | Urdu & Hindi
In this video, you will learn how to bind data and attributes in Nuxt 3. Binding is used to assign variables and pass values to HTML attributes. π§² Timestamps: 00:00 – Introduction 00:29 – Binding attributes 01:25 – Conclusion π§² Checkout our projects at GitHub: π§² VSCode: β Font: Cascadia Code β Theme: Obsidian Dark π§² Personal Tech Stack: β…
Read More »Nuxt Runtime Config | Nuxt 3 Tutorials #10 | Urdu & Hindi
In this video, you will learn how to create runtime variables in Nuxt 3. These variables are useful for storing values that you will use across multiple APIs or pages. There are two types of runtime variables: one for server API only and one for public or client-side use. Server API runtime variables cannot be accessed on the client side.…
Read More »V If Conditions | Nuxt 3 Tutorials #01 | Urdu & Hindi
In this video, you will learn how to use v-if in Nuxt 3 or Vue.js. V-if is used to check a condition and display data when the condition is met. The v-if condition can be used to check if there is data in an array; if not, you can show an alternate condition with v-else. You can also use v-else-if…
Read More »