All Projects → wkl007 → Vue Wechat Login

wkl007 / Vue Wechat Login

Licence: mit
Vue 3.0+TypeScript 微信网页授权登录示例

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Labels

Projects that are alternatives of or similar to Vue Wechat Login

Weapp Mark
🔥 豆瓣类影视查询记录小程序,附学习笔记
Stars: ✭ 187 (-9.66%)
Mutual labels:  wechat
Nxdc Milktea
一套仿奈雪の茶小程序的前端模板
Stars: ✭ 198 (-4.35%)
Mutual labels:  wechat
Weapp Demo
微信小程序示例教程,案例涉及某瓣,所以下线了:https://github.com/zce/weapp-douban
Stars: ✭ 2 (-99.03%)
Mutual labels:  wechat
Enmicromsg.db Password Cracker
Crack the password of EnMicroMsg.db with brute-force attack.
Stars: ✭ 190 (-8.21%)
Mutual labels:  wechat
Wechat
轻量的微信公众号组件(A Lightweight Wechat Component)
Stars: ✭ 195 (-5.8%)
Mutual labels:  wechat
Mp Githubtrending
WeChat Mini Programe for GitHub Trending. 便捷查看 GitHub Trending 的微信小程序
Stars: ✭ 200 (-3.38%)
Mutual labels:  wechat
Wechat brain
知乎答题王(头脑王者)全自动答题辅助
Stars: ✭ 187 (-9.66%)
Mutual labels:  wechat
Mega Wechat
基于Swoole的微信发送模板消息队列服务
Stars: ✭ 206 (-0.48%)
Mutual labels:  wechat
Mmplugin
微信自动抢红包、防消息撤回、修改运动步数、朋友圈小视频转发等功能(无需越狱),附微信重签名教程
Stars: ✭ 198 (-4.35%)
Mutual labels:  wechat
Weixin Popular
微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Stars: ✭ 2,384 (+1051.69%)
Mutual labels:  wechat
Himalayan Lite
这是一个模仿喜马拉雅lite的微信小程序 - 简单易上手
Stars: ✭ 192 (-7.25%)
Mutual labels:  wechat
Fluwx
Flutter版微信SDK.WeChat SDK for flutter.
Stars: ✭ 2,466 (+1091.3%)
Mutual labels:  wechat
Wepush
专注批量推送的小而美的工具,目前支持:模板消息-公众号、模板消息-小程序、微信客服消息、微信企业号/企业微信消息、阿里云短信、阿里大于模板短信 、腾讯云短信、云片网短信、E-Mail、HTTP请求、钉钉、华为云短信、百度云短信、又拍云短信、七牛云短信
Stars: ✭ 2,597 (+1154.59%)
Mutual labels:  wechat
Yii2 Easy Wechat
WeChat SDK for yii2 , based on overtrue/wechat.
Stars: ✭ 188 (-9.18%)
Mutual labels:  wechat
Wechatplugin Macos
No description or website provided.
Stars: ✭ 13,280 (+6315.46%)
Mutual labels:  wechat
Wepy ios top
一款可以切换国家查看不同国家iOS应用排行榜的小程序
Stars: ✭ 187 (-9.66%)
Mutual labels:  wechat
Wechat
weixin/wechat/微信公众平台/微信企业号/微信商户平台/微信支付 go/golang sdk
Stars: ✭ 2,330 (+1025.6%)
Mutual labels:  wechat
Wxrss
微信公众号RSS
Stars: ✭ 203 (-1.93%)
Mutual labels:  wechat
Electronic Wechat
💬 A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
Stars: ✭ 13,860 (+6595.65%)
Mutual labels:  wechat
Wc Messagebox
基于 Vue 2.0 开发的 Alert, Toast, Confirm 插件, UI仿照 iOS 原生
Stars: ✭ 203 (-1.93%)
Mutual labels:  wechat

vue-wechat-login

介绍

项目基于vue 3.0 ,vant,typescript开发的微信授权登录示例。

使用前请阅读 CSDN博客 及微信网页授权 相关文档

运行调试

  1. 克隆项目,终端进入项目根目录
git clone https://github.com/wkl007/vue-wechat-login.git
  1. 安装项目依赖
yarn install || npm install
  1. 修改项目环境变量中APP_URL与APP_ID
VUE_APP_API_URL=YOUR API URL
VUE_APP_WECHAT_APP_ID=YOUR APP ID
  1. 修改登录接口请求地址
static login (data) {
    return request({
      url: '/auth/wechat',// YOUR URL
      method: 'post',
      data
    })
}
  1. 本地运行
yarn serve || npm run serve
  1. 打包
yarn build || npm run build

运行效果图

在这里插入图片描述

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].