@apolokak/nuxt-buval

Buval UI for Nuxt

Usage no npm install needed!

<script type="module">
  import apolokakNuxtBuval from 'https://cdn.skypack.dev/@apolokak/nuxt-buval';
</script>

README

@apolokak/nuxt-buval

Buval UI for Nuxt

Usage

npm i -D @apolokak/nuxt-buval
# or
yarn add -D @apolokak/nuxt-buval

Add it to modules section of nuxt.config.js file:

{
  modules: [
    // Simple usage
    '@apolokak/nuxt-buval',

    // Or you can customize
    ['@apolokak/nuxt-buval', { css: false }],
  ]
}

License

Copyright (c) Apolokak Lab, Code released under the MIT license.