8000 GitHub - edenleung/vue-wechat-auth
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edenleung/vue-wechat-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-wechat-auth

安装

$ yarn add @edenleung/vue-wechat-auth --registry=https://npm.pkg.github.com

// OR

$ npm install @edenleung/vue-wechat-auth --registry=https://npm.pkg.github.com

使用

main.js

import VueWechatAuth from '@edenleung/vue-wechat-auth'

Vue.use(WechatAuth , {
  app_id: WECHAT_APPID,
  scope: 'snsapi_userinfo',
  redirect_uri: 'http://example/wechat/callback'
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 
0