About 598 results
Open links in new tab
  1. Usage - @nuxtjs/i18n

    The following documentation explains how to use the Nuxt i18n module using Vue I18n Composition API. For more information on how to use Vue I18n Composition API, please see …

  2. Introduction - nuxt auth docs

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

  3. Introduction - Nuxt Supabase

    @nuxtjs/supabase is a Nuxt module for first class integration with Supabase. Checkout the Nuxt 3 documentation and Supabase to learn more. For integrating Supabase with Nuxt 2, checkout …

  4. Nuxt Color Mode

    The current version of @nuxtjs/color-mode is compatible with Nuxt 3 and Nuxt Bridge. If you're looking for the previous version of this module, check out v2.color-mode.nuxtjs.org, or read …

  5. Internationalization for Nuxt Applications · @nuxtjs/i18n

    Auto override of Nuxt default routes to add your locales prefixes to every URL. Search Engine Optimization Composables to add SEO metadata based on current locale.

  6. Usage - @nuxtjs/i18n

    Nuxt I18n generates types to facilitate this, providing type safety and improved developer experience. To utilize these types, enable typedPages in your Nuxt configuration. The route …

  7. Storybook Integration for Nuxt

    Easily integrate Storybook in your Nuxt application to build, document and test your components.

  8. Options - @nuxtjs/i18n

    Configure the bundling optimization for nuxt i18n module. Supported properties: compositionOnly. type: boolean; default: true; Whether to make vue-i18n API only composition API. By default …

  9. Middleware - nuxt auth docs

    Aug 4, 2024 · nuxt.config.js router : { middleware : [ 'auth' ] } In case of global usage, you can set auth option to false in a specific component and the middleware will ignore that route.

  10. Nuxt

    The HTTP module for Nuxt provides a universal way to make HTTP requests to any API. It uses ky-universal and Fetch API to make HTTP requests. Please see the migration guide if you are …