What’s New With Nuxt 3

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Sonar - Write Clean JavaScript Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • nitro

    Create, build and deploy universal web servers. The open engine powering Nuxt and open to everyone.

    One of the most important features of Nuxt 3, the new server engine is unjs/nitro. Nitro allows us to create API paths outside of pages in Nuxt. In this way, it provides the opportunity to develop full-stack. In addition, it provides the opportunity to distribute Nuxt application to any system that supports JavaScript (Node.js, Serverless, Workers, Edge-side rendering, etc.).

  • Nuxt 3

    Old repo of Nuxt 3 framework, now on nuxt/nuxt (by nuxt)

    It uses Nuxi for Command line interface,

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • bridge

    🌉 Experience Nuxt 3 features on existing Nuxt 2 projects (by nuxt)

    It uses Nuxt Bridge to ease the migration from Nuxt 2.

  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

    It supports webpack 5 and Vite, which supports hot module replacement during development and assembles your code for production,

  • vite

    Next generation frontend tooling. It's fast!

    It supports webpack 5 and Vite, which supports hot module replacement during development and assembles your code for production,

  • esbuild

    An extremely fast bundler for the web

    It uses esbuild so you can write the latest JavaScript syntax while supporting older browsers,

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts