@web3-connectors/nuxt-module

1.1.2 • Public • Published

@web3-connectors/nuxt-module

A Nuxt module to add the web3-connectors framework to your project.

Setup

  1. Add @web3-connectors/nuxt-module dependency to your project
npm install @web3-connectors/nuxt-module
  1. Add @web3-connectors/nuxt-module to the buildModules section of nuxt.config.js
{
  buildModules: [
    // Simple usage
    '@web3-connectors/nuxt-module',

    // With options
    ['@web3-connectors/nuxt-module', { /* module options */ }]
  ]

  web3Connectors: {
      // Module Options
  }
}

License

GPL License

Package Sidebar

Install

npm i @web3-connectors/nuxt-module

Weekly Downloads

0

Version

1.1.2

License

GPL-3.0-or-later

Unpacked Size

38.5 kB

Total Files

6

Last publish

Collaborators

  • therealboi