
Usage - Nuxt I18n
Learn the basics of using the Nuxt i18n module to create multilingual applications with ease.
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.
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.
Configuration - Tailwind CSS module for Nuxt
Usage You can use a Nuxt hook to manipulate the Tailwind configuration using modules.
Introduction - Nuxt Supabase
@nuxtjs/supabase is a Nuxt module for first class integration with Supabase.
Vue I18n Configuration - Nuxt I18n
Configuring runtime options for Vue I18n
Installation - Nuxt I18n
Get started with Nuxt i18n module.
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
PostCSS Configuration - Tailwind CSS module for Nuxt
Run official live example code for Tailwindcss Postcss Config, created by Nuxt Modules on StackBlitz
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 …