Home
Softono

Nuxt Vue3 Google Signin

Open source MIT TypeScript
64
Stars
11
Forks
5
Issues
2
Watchers
11 months
Last Commit

 About Nuxt Vue3 Google Signin

Nuxt Module for vue3-google-signin

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Nuxt Vue3 Google Signin?

We provide expert installation service for this software. Our team will install, configure, and secure Nuxt Vue3 Google Signin on your server. plans start at just $30.

Nuxt Vue3 Google Signin

View on GitHub

nuxt-vue3-google-signin

Build npm npm NPM Docs

Nuxt Module for vue3-google-signin

Usage

Install package

npx nuxi@latest module add nuxt-vue3-google-signin

Initialize

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:prepare to generate type stubs.
  • Use npm run dev to start playground in development mode.# Nuxt Module
  • Add your google client id to .env in playground