Top 5 NuxtJS modules for your next project [2022 edition]
![Top 5 NuxtJS modules for your next project [2022 edition]](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1639934438525%2FCX5sYqQiA.png&w=3840&q=75)
Search for a command to run...
![Top 5 NuxtJS modules for your next project [2022 edition]](/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1639934438525%2FCX5sYqQiA.png&w=3840&q=75)
Nice to see more and more people working with NuxtJS!
Keep it up Patrick :)
JavaScript is a 25-year-old programming language (it appeared in late 1995) as a language for creating interactive websites and web applications. The programming language was created by Netscape. In a few years, JavaScript has become a very popular p...
Hey 👋, I'm back with a new blog post after a long break! This past week, I’ve been diving deep into integrating push notifications into a mobile app. If you've ever wondered how they work and why they’re so effective, this post is for you! What Are ...

I'm back again with a new blog post. The idea for this post came very spontaneously. I'm currently investing a lot of time in my new development project, and I came up with how to further secure the application. As a solution to this issue, quite a f...

Node.js is an engine that allows us to run JavaScript outside the browser. Many applications today are powered by Node.js, offering numerous advantages and a few drawbacks. However, my intention today is not to introduce Node.js or JavaScript. Today,...

I have said many times that computer science is a huge field in which everyone can find themselves. Being a computer science student has its advantages and benefits, and one such advantage is what GitHub offers with its GitHub for Education program a...

Open Graph is an Internet protocol created by Facebook to standardize the display of metadata on social networks. What advantages does it bring? Open Graph brings advantages when displaying a website on social networks. Open Graph makes our posts mor...


NuxtJs is a JavaScript framework based on the VueJS framework. It enables us to develop both static and server-side rendered pages. It appears to be a fantastic enhancement to Vue.js. I even developed a mobile app for my school using NuxtJS as a research project this week, and I think it's a fantastic framework. Vue 3 was released a few months ago, and it offers a lot of new features. I haven't tried it yet, but I plan to do so soon.
I hope you will try NuxtJS.

We'd want to bring the website closer to the user today. One possibility is to persuade a visitor to return to our website so that they may download it and use it as a conventional desktop program.
We can use progressive web apps technology to aid us here since it allows us to install on the device.
We can utilize a pre-written module that handles practically all of the work for us if we want to construct a progressive web application using NuxtJS.

Website localization has become commonplace, allowing users to have a far superior user experience than viewing a page in a foreign language.
The NuxtJS framework provides a module that allows us to convert our site into additional languages with less effort. We can create a website in several languages with only a few lines of code using it.

Data is often received by the interactive site via API calls and other internet services.
Axios is a well-known JavaScript library for implementing HTTP requests in the browser.
In addition to performing HTTP requests, the Axios library for NuxtJS allows us to write our functions.
However, when we use the JAM stack to create our blog, we can use the Content module for NuxtJS. Its primary role is to convert Markdown files to HTML, but the module provides even more functionality, such as searching for articles in the same way as MongoDB does, highlining code, and so on.
The content module is ideal for generating blogs and website documentation.

User login and identification functions are now available in almost every program. This procedure is straightforward in NuxtJS since the Auth module makes it easier for us. Simultaneously, it enables us to construct a login using pre-configured OAuth 2 providers, however, we may also create our providers.
I hope this article has helped you decide which NuxtJS modules to utilize in your next project. Visit this website for more modules and be sure to discover something that interests you.
You can start following me on Twitter if you enjoy the article and share it. I'll gladly add my two cents as well.