featured Image

Convert image to webp in nuxtjs | Image Optimization

This article is how to optimize image and convert images into webp format in nuxtjs application. Images play an important part in website to make a site visually attractive or…

Read more
featured Image

How to add external script tag in head in Nuxt

In this article we will learn how to add external javascript scripts in the head() in Nuxt components. Usually when we have to add some scripts in our nuxt application…

Read more
featured Image

How to add common header and footer in Nuxt

In this post, we will see how to add a common header and footer to your Nuxt application. In your nuxt application, if you want to add the same header…

Read more