vue3-google-signin
Google OAuth2 plugin for Vue3 Apps. This uses latest Google Identity Service Library. It also provides set of composables which can be used easily to implement different authentication strategies
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- build.yaml
- publish.yaml
- extensions.json
- main.scss
- index.ts
- config.ts
- google-signin-button.md
- use-gsi-script.vue
- use-code-client.md
- use-gsi-script.md
- use-one-tap.md
- use-token-client.md
- CodeClientDemo.vue
- TokenClientDemo.vue
- automatic-login.vue
- trigger-manual.vue
- code-verification.js
- with-code-client-snippet.vue
- with-token-client-snippet.vue
- snippet.vue
- automatic-login.ts
- trigger-manual.vue
- creating-custom-buttons.md
- google-signin-button.md
- index.md
- one-tap-login.md
- using-with-electron.md
- decodeCredential.vue
- decodeCredentialResponse.json
- account.md
- oauth2.md
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- logo.svg
- mstile-150x150.png
- og-image.jpg
- robots.txt
- site.webmanifest
- env.d.ts
- index.md
- tsconfig.json
- vite.config.ts
- globals.ts
- GoogleSignInButton.vue
- useCodeClient.ts
- useGsiScript.ts
- useOneTap.ts
- useTokenClient.ts
- accounts.ts
- index.ts
- oauth2.ts
- account.ts
- index.ts
- oauth2.ts
- symbols.ts
- types.ts
- App.vue
- main.ts
- plugin.ts
- .editorconfig
- .env.example
- .eslintignore
- .eslintrc.cjs
- .gitignore
- env.d.ts
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsconfig.vite-config.json
- vite.config.ts
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/wavezync/vue3-google-signin
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd vue3-google-signin
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install -S vue3-google-signin
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add vue3-google-signin
이 명령어를 터미널에 그대로 입력해 실행하세요.
pnpm add vue3-google-signin
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install -S nuxt-vue3-google-signin
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add nuxt-vue3-google-signin
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
