
Introduction - Nuxt Supabase
@nuxtjs/supabase is a Nuxt module for first class integration with Supabase.
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 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 …
Composables - nuxt-apollo-docs
Nuxt Apollo provides and Auto Imports key composables for seamless usage throughout your application.
auth - nuxt auth docs
Aug 4, 2024 · TIP: Useful to manually refresh the token. onError(handler) Listen for auth errors: (plugins/auth.js)
Configuration - Tailwind CSS module for Nuxt
Usage You can use a Nuxt hook to manipulate the Tailwind configuration using modules.
Store - Nuxt TypeScript
vuex-class-component is a very promising class-based approach to the Nuxt store, and the syntax is very similar to vuex-module-decorators. It has just released a new API, although it is not yet …
Workbox Module - Nuxt PWA
Workbox Module Workbox is a collection of JavaScript libraries for Progressive Web Apps. (Learn more). This module adds full offline support using workbox. You can pass options to …
Nuxt Firebase
The Nuxt.js Firebase Module is a module that helps you integrate the Firebase JavaScript SDK into your application with ease. By simply configuring this module in your nuxt.config.js file, …
DocSearch - @nuxtjs/algolia
You probably have seen it in a lot of websites with the Cmd+K shortcut! Websites like nuxtjs.org, vuejs.org uses it to provide an instant search to users without any backend! Installation As …