About 728 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. 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.

  3. 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 …

  4. 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 …

  5. Workbox Module - Nuxt PWA

    It is recommended to test workbox using nuxt build/nuxt start. You can enable debug mode using workbox.config.debug for production to debug. When setting enabled to true , remember to …

  6. Storybook Integration for Nuxt

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

  7. 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 …

  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. useSupabaseClient - Nuxt Supabase

    Here is an example of a fetch using the select method with Nuxt 3 useAsyncData composable. < script setup lang = " ts " > const client = useSupabaseClient () const { data : restaurant } = …

  10. Vue I18n Configuration - @nuxtjs/i18n

    Nuxt i18n module overrides Nuxt default routes to add locale prefixes to every URL with routing strategies.

Refresh