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. Internationalization for Nuxt Applications · @nuxtjs/i18n

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

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

  4. Usage - @nuxtjs/i18n

    Learn the basics of using the Nuxt i18n module to create multilingual applications with ease.

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

  6. Introduction - Nuxt Supabase

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

  7. Tailwind CSS for Nuxt

    Tailwind CSS for your Nuxt Apps. The Tailwind CSS module for Nuxt enables you to set up Tailwind CSS in your Nuxt application in seconds, with many goodies 🍬

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

  9. PostCSS Configuration - Tailwind CSS module for Nuxt

    Run official live example code for Tailwindcss Postcss Config, created by Nuxt Modules on StackBlitz

  10. <nuxt-img> | Nuxt Image

    Native events emitted by the <img> element contained by <nuxt-img> and <nuxt-picture> components are re-emitted and can be listened to. Example: Listen to the native onLoad event from <nuxt-img>