-
Lang attribute helps define the language of an element, but how you do it in Nuxt? We'll answer how you can set language attribute in Nuxt 2 and 3.
-
URL Params is a methods to work with the query string of a URL and this is how to get route url params in Nuxt 2 and 3.
-
When deploying Nuxt project in Netlify, the configuration file make the redirection really easy and simple.
-
Mutating prop directly in Nuxt or Vuejs is prohibited, you need to create a ref first to hold the data as shown in this post.
-
Styling child component from it's parent is pretty straight forward. Here is how we do it with Sass in Nuxt.
-
Sass is a stylesheet language that’s compiled to CSS, with Nuxt 3, Sass integration is really easy, here is how.