Skip to content

michelwaechter/vue3-google-oauth2-front-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue3-google-oauth2-front-sample

Sample project for vue3-google-oauth2 plugin. Demo

Project setup

1. install

yarn install

2. set your google clientId

app.use(gAuthPlugin, { clientId: '394838939483-rq7d2rfj39gkdfjd9jenu670ounoi01.apps.googleusercontent.com', scope: 'email', prompt: 'consent', fetch_basic_profile: false })

Compiles and hot-reloads for development

yarn run dev

Compiles and minifies for production

yarn run build

About

vue3환경에서의 vue-google-oauth2 테스트.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.5%
  • Vue 42.2%
  • HTML 4.7%
  • CSS 2.6%