Open links in new tab
  1. Storybook Integration for Nuxt

    Sep 1, 2016 · Add Storybook to your Nuxt application in seconds.

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

  3. Usage - @nuxtjs/i18n

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

  4. Introduction - Nuxt PWA

    Introduction Zero config PWA solution for Nuxt.js Features Registers a service worker for offline caching. Automatically generate manifest.json file. Automatically adds SEO friendly meta data …

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

  6. Introduction - Nuxt Supabase

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

  7. Nuxt

    Oct 11, 2021 · Using native ES modules, it provides instant server start and lightning fast HMR development experience. This package allows using Vite instead of Webpack during …

  8. Nuxt - Introduction · Docus

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

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

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