Skip to content

ProgrammingBasic

  • JavaScript
  • Quick Fix
  • Python
  • Vue
  • CSS
  • Svelte
  • ReactJs
  • QBasic
ProgrammingBasic

Nuxt

How To Add Robots.txt in your Nuxtjs Application
Nuxt

How To Add Robots.txt in your Nuxtjs Application

ByIzzaz September 15, 2023October 23, 2023

Here in this article, we will see how to add a robot.txt file in our nuxtjs application after it is built or generated before deployment. Before learning the steps to add robot.txt in the nuxt…

Read More How To Add Robots.txt in your Nuxtjs ApplicationContinue

How To Add Font Locally In Nuxt App
Nuxt

How To Add Font Locally In Nuxt App

ByIzzaz September 15, 2023October 24, 2023

In this tutorial, we will learn the step-by-step process of how to add a custom google font locally in your nuxtjs application. You can either use a premium font or you can just use any…

Read More How To Add Font Locally In Nuxt AppContinue

How To Add Google Font in Nuxt Application
Nuxt

How To Add Google Font in Nuxt Application

ByIzzaz September 15, 2023October 24, 2023

Here in this article we will see how to add google font in your nuxtjs project/application. The process is really simple you just have to import the google font link in your script tag. If…

Read More How To Add Google Font in Nuxt ApplicationContinue

How to generate sitemap for dynamic routes in nuxtjs application
Nuxt

How to generate sitemap for dynamic routes in nuxtjs application

ByIzzaz September 15, 2023September 24, 2023

Here in this article, we will learn to create sitemaps for dynamic routes in our nuxtjs application. It is not so easy to create the sitemaps easily with dynamic routes using the plugins like @nuxtjs/sitemap….

Read More How to generate sitemap for dynamic routes in nuxtjs applicationContinue

How To Add Defer And Preload in script and link tags in Nuxt Application
Nuxt

How To Add Defer And Preload in script and link tags in Nuxt Application

ByIzzaz September 15, 2023October 28, 2023

Here in this article, we will see how to add defer and preload in link and script tags in our nuxtjs application. The preload in the link tag and defer in the script tag helps…

Read More How To Add Defer And Preload in script and link tags in Nuxt ApplicationContinue

How to check Nuxt Version Easy and Quick
Nuxt

How to check Nuxt Version Easy and Quick

ByIzzaz September 15, 2023October 24, 2023

Here, in this tutorial, we will see how to check our Nuxt Version quickly. It helps us when we need to upgrade it or check our dependencies with different npm modules. If you have an…

Read More How to check Nuxt Version Easy and QuickContinue

How to add Google Analytics 4 in Nuxt Application?
Nuxt

How to add Google Analytics 4 in Nuxt Application?

ByIzzaz September 15, 2023October 24, 2023

Here, in this article, we will learn about how to add google analytics to our Nuxt application properly for both Universal id and Google Analytics 4 Id. Having analytics is very important nowadays for any…

Read More How to add Google Analytics 4 in Nuxt Application?Continue

How to Add Syntax Highlighting PrismJS to Nuxt
Nuxt

How to Add Syntax Highlighting PrismJS to Nuxt

ByIzzaz September 15, 2023October 23, 2023

This article we will see how to add PrismJs to Nuxt to highlight our code snippets. We will add the prismJs to our nuxt content static site. PrismJs is a light weight syntax highlighter which…

Read More How to Add Syntax Highlighting PrismJS to NuxtContinue

How to add custom static 404 error page in Nuxt ?
Nuxt

How to add custom static 404 error page in Nuxt ?

ByIzzaz September 15, 2023September 24, 2023

In this article, we will learn how to add custom static 404 error page in nuxt application. A 404 Error is a status code which occurs when a page is not found in the server….

Read More How to add custom static 404 error page in Nuxt ?Continue

Page navigation

1 2 Next PageNext
  • About Us
  • Blogs
  • Categories
  • Contact Us
  • Disclaimer
  • JavaScript
  • Quick Fix
  • Python
  • Vue
  • CSS
  • Svelte
  • ReactJs
  • QBasic