nuxt-gsuite
v0.1.12
Published
Nuxt 3 Google Module
Readme
nuxt-gsuite
Nuxt 3 Google Module
Table of Contents
Setup
Install the module to your Nuxt application:
pnpm i -D nuxt-gsuiteAdd 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
License
Copyright © 2024 CR Development. Licensed under the MIT license.
See LICENSE.md or https://opensource.org/license/mit for more details.

