Best of Nuxt โ€” September 2024

  1. 1
    Article
    Avatar of devsquadDev Squadยท2y

    Check out my new portfolio website. Powered by Vue and Nuxt ๐Ÿ’š

    Check out my newly launched portfolio website, created in collaboration with a professional designer for enhanced UX/UI and branding. It uses Nuxt for the front end, integrates Storyblok as the CMS, and is deployed on Netlify. The project has also received honorable mentions on Awwwards and CSS Design Award.

  2. 2
    Article
    Avatar of logrocketLogRocketยท2y

    Nitro.js: Revolutionizing server-side JavaScript

    Nitro.js is a universal server toolkit designed to simplify the creation of performant and scalable server-side JavaScript applications. It's used as the server engine for Nuxt v3 and is built on the lightweight h3 framework. Key features include universal deployments, TypeScript out-of-the-box, automatic module imports, file-based routing, and built-in caching. Nitro.js offers zero configuration setup, supports multiple platforms, and enhances developer experience by reducing boilerplate code. It is part of the UnJS ecosystem and supports hot module reloading, making it a robust choice for building and deploying modern web applications.

  3. 3
    Article
    Avatar of communityCommunity Picksยท2y

    Creating a SaaS app with Vue and Nuxt

    Learn how to create a SaaS platform similar to LinkedIn using Vue, Nuxt, and Prisma. This guide walks you through setting up the project, scaffolding it with Nuxt, connecting to a PostgreSQL database via Vercel, and preparing the user schema.