@vueuse/nuxt

VueUse Nuxt Module

Usage no npm install needed!

<script type="module">
  import vueuseNuxt from 'https://cdn.skypack.dev/@vueuse/nuxt';
</script>

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