Installation

Learn how to install Nuxt QRCode in your Nuxt application

Setup

Installation

Install nuxt-qrcode in your Nuxt application.

pnpm add nuxt-qrcode

Getting started

You'll need to add nuxt-qrcode to your modules.

export default defineNuxtConfig({
  modules: [
    'nuxt-qrcode',
  ],
})

That's it! You can now use Nuxt QRCode in your Nuxt app ✨