nuxt-vue3-google-signin
v0.0.13
Published
[](https://github.com/wavezync/nuxt-vue3-google-signin/actions/workflows/build.yaml) [](https:/
Downloads
20,722
Maintainers
Keywords
Readme
nuxt-vue3-google-signin
Nuxt Module for vue3-google-signin
Usage
Install package
npx nuxi@latest module add nuxt-vue3-google-signinInitialize
Now you can add following entry to the nuxt.config.ts(or nuxt.config.js)
import { defineNuxtConfig } from 'nuxt/config'
export default defineNuxtConfig({
modules: [
'nuxt-vue3-google-signin'
],
googleSignIn: {
clientId: 'CLIENT ID OBTAINED FROM GOOGLE API CONSOLE',
}
})Checkout documentation for more.
Development
- Run
npm run dev:prepareto generate type stubs. - Use
npm run devto start playground in development mode.# Nuxt Module - Add your google client id to
.envin playground
