
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.
Configuration - Tailwind CSS module for Nuxt
Usage You can use a Nuxt hook to manipulate the Tailwind configuration using modules.
Internationalization for Nuxt Applications · @nuxtjs/i18n
I18n (Internationalization) module for your Nuxt project powered by Vue I18n.
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.
Installation - Nuxt
Oct 11, 2021 · Quick Start Install nuxt-vite: (nuxt >= 2.15.0 is required) yarn add --dev nuxt-vite # OR npm i -D nuxt-vite Add to buildModules: // nuxt.config export default { buildModules: [ 'nuxt-vite' ] } …
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.
Introduction - Nuxt Supabase
@nuxtjs/supabase is a Nuxt module for first class integration with Supabase.
Nuxt - Introduction · Docus
HTTP module for Nuxt.js provides a universal way to make HTTP requests to the API backend.
Using Leaflet.markercluster - Nuxt
Using Leaflet.markercluster The guide explains how to use the Leaflet.markercluster plugin. A dedicated composable is available to help you use this plugin.
Installation - Tailwind CSS module for Nuxt
Getting Started Installation Using Tailwind CSS in your Nuxt project is only one command away.