With the growing use of component-based architectures, large and complex apps are becoming more common. Larger applications are broken into small reusable chunks that makes it easier to build, maintain, test and understand. As this is done there is a need to share data between these pieces to create functionality and interactivity.
Nuxt 3 comes with tons of features to improve performance and developer experience of Vue.js apps. A Nuxt CLI (nicknamed Nuxi) was introduced to provide a no dependency experience for easily scaffolding your Nuxt projects.This article seeks to explore Nuxi and introduce you to some of its features. I will also demonstrate how to use some of the commands offered by Nuxi.
The file structure of a project is important for ensuring good code organization and for making maintenance and debugging easier. In this article, we’ll learn about Nuxt 3 conventions for structuring your next project’s files.
In this article, we’ll explain how to use PNPM workspace to create a monorepo that contains multiple Nuxt 3 applications and how to share components & plugins between these applications!
Nuxt.js is an amazing framework that makes it easy to build Vue.js applicatons with static-site performance. It’s especially useful for making dynamic experiences (e.g. sites with user logins) feel like static sites by handling all the routing logic, caching pages, and more for you. But if you want to take your project to the next level, consider using these modules in your new Nuxt project: These five add-ons will make your experience with Nuxt even better – and not just because they’re awesome!