JSPM

  • Created
  • Published
  • Downloads 238643
  • Score
    100M100P100Q257149F
  • License MIT

VueUse Nuxt Module

Package Exports

  • @vueuse/nuxt

Readme

@vueuse/nuxt

NPM version

This is an add-on of VueUse, which provides better Nuxt integration auto-import capabilities.

Install

npm i @vueuse/nuxt
// nuxt.config

export function defineNuxtConfig({
  buildModules: [
    '@vueuse/nuxt'
  ]
})

License

MIT License © 2021-PRESENT Anthony Fu