Install nuxt-qrcode in your Nuxt application.
pnpm add nuxt-qrcode
npm install nuxt-qrcode
bun add nuxt-qrcode
yarn add nuxt-qrcode
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 ✨