Open links in new tab
  1. 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.

  2. Configuration - Tailwind CSS module for Nuxt

    Usage You can use a Nuxt hook to manipulate the Tailwind configuration using modules.

  3. Internationalization for Nuxt Applications · @nuxtjs/i18n

    I18n (Internationalization) module for your Nuxt project powered by Vue I18n.

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

  5. 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' ] } …

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

  7. Introduction - Nuxt Supabase

    @nuxtjs/supabase is a Nuxt module for first class integration with Supabase.

  8. Nuxt - Introduction · Docus

    HTTP module for Nuxt.js provides a universal way to make HTTP requests to the API backend.

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

  10. Installation - Tailwind CSS module for Nuxt

    Getting Started Installation Using Tailwind CSS in your Nuxt project is only one command away.