- Notifications
You must be signed in to change notification settings - Fork11
Nuxt Module for vue3-google-signin
License
NotificationsYou must be signed in to change notification settings
wavezync/nuxt-vue3-google-signin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Nuxt Module forvue3-google-signin
npx nuxi@latest module add nuxt-vue3-google-signin
Now you can add following entry to thenuxt.config.ts(ornuxt.config.js)
import{defineNuxtConfig}from'nuxt/config'exportdefaultdefineNuxtConfig({modules:['nuxt-vue3-google-signin'],googleSignIn:{clientId:'CLIENT ID OBTAINED FROM GOOGLE API CONSOLE',}})
Checkoutdocumentation for more.
- Run
npm run dev:prepareto generate type stubs. - Use
npm run devto startplayground in development mode.# Nuxt Module - Add your google client id to
.envin playground
About
Nuxt Module for vue3-google-signin
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.