
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 …
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 …
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 …
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 …
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.
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 …
Storybook Integration for Nuxt
Easily integrate Storybook in your Nuxt application to build, document and test your components.
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 …
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.
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 …