Open links in new tab
  1. Usage - Nuxt I18n

    Learn the basics of using the Nuxt i18n module to create multilingual applications with ease.

  2. Setup - Nuxt TypeScript

    Nuxt TypeScript Support mainly comes through a Nuxt module, @nuxt/typescript-build, and its types @nuxt/types. Here are the guidelines to install & configure them.

  3. Introduction - nuxt auth docs

    Aug 4, 2024 · Zero-boilerplate authentication support for Nuxt 2! The module authenticates users using a configurable authentication scheme or by using one of the directly supported providers.

  4. Configuration - Tailwind CSS module for Nuxt

    Usage You can use a Nuxt hook to manipulate the Tailwind configuration using modules.

  5. Introduction - Nuxt Supabase

    @nuxtjs/supabase is a Nuxt module for first class integration with Supabase.

  6. Vue I18n Configuration - Nuxt I18n

    Configuring runtime options for Vue I18n

  7. Installation - Nuxt I18n

    Get started with Nuxt i18n module.

  8. Authentication - Nuxt Supabase

    Authenticate your user thanks to the PKCE Oauth protocol that enables secure exchange of refresh and access tokens between an application and the authorization server

  9. PostCSS Configuration - Tailwind CSS module for Nuxt

    Run official live example code for Tailwindcss Postcss Config, created by Nuxt Modules on StackBlitz

  10. Setup · Docus - Nuxt

    Because of the way Nuxt works the $http property on the context has to be merged into the Nuxt Context interface via declaration merging. Adding @nuxt/http to your types will import the types from …