
Usage - @nuxtjs/i18n
Learn the basics of using the Nuxt i18n module to create multilingual applications with ease.
Installation - @nuxtjs/i18n
Get started with Nuxt i18n module.
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.
Options - @nuxtjs/i18n
export default defineNuxtConfig({ modules: ['@nuxtjs/i18n'], i18n: { vueI18n: './nuxt-i18n.js' // custom path example } })
Storybook Integration for Nuxt
Sep 1, 2016 · Add Storybook to your Nuxt application in seconds.
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.
Introduction - Nuxt Supabase
@nuxtjs/supabase is a Nuxt module for first class integration with Supabase.
Internationalization for Nuxt Applications · @nuxtjs/i18n
I18n (Internationalization) module for your Nuxt project powered by Vue I18n.
<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>
useSupabaseClient - Nuxt Supabase
Make requests to the Supabase API with the useSupabaseClient composable