8000 GitHub - moldypenguins/nuxt-gsuite: Nuxt 3 Google Module
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

moldypenguins/nuxt-gsuite

Repository files navigation

nuxt-gsuite

nuxt-gsuite

Nuxt 3 Google Module

NPM Version NPM Downloads License
Open Issues Open Pull Requests Last Commit
Nuxt CodeQL ESLint Dependabot GitHub Sponsors

Table of Contents

Setup

Install the module to your Nuxt application:

pnpm i -D nuxt-gsuite

Add the module to your nuxt.config.ts:

export default defineNuxtConfig({
  modules: [
    ...,
    'nuxt-gsuite',
  ],
  gsuite: {
    adsense: {
      clientId: '[GSUITE_ADSENSE_CLIENTID]',
    },
    analytics: {
      measurementId: '[GSUITE_ANALYTICS_MEASUREMENTID]',
    },
    recaptcha: {
      siteKey: '[GSUITE_RECAPTCHA_SITEKEY]',
      secretKey: '[GSUITE_RECAPTCHA_SECRETKEY]',
    },
  },
})

Change Log

See CHANGELOG.md for changes.

Issues / Support

Check the Wiki for reference.
See SECURITY.md for feature requests or bug reports.

Contributing

See CONTRIBUTING.md for more information.

Attributions

Author

Craig Roberts
GitHub Discord Telegram

License

Copyright © 2024 CR Development. Licensed under the MIT license.
See LICENSE.md or https://opensource.org/license/mit for more details.

About

Nuxt 3 Google Module

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Contributors 2

  •  
  •  
0