Skip to content

🌱 基于 Vue3 全家桶、TypeScript、Vite 构建工具,开箱即用的 H5 移动端项目基础模板

License

Notifications You must be signed in to change notification settings

dividez/H5-vant-typescript

Repository files navigation

H5-vant-typescript

运行项目

注意:要求 Node 版本 > v21

# 安装依赖
pnpm install

# 启动服务
pnpm dev

参考文档引导

改进

  • 支持微信公众号认证跳转,采用 route-guard 拦截,进行优雅跳转 微信Oauth 认证
sequenceDiagram
		participant A as h5
    participant S as server
    participant C as WechatServer
    A ->>+S: 1 打开url
    S -->>+A: 2 获取 oauth地址
    A -->>-C:  3 跳转微信认证地址
    C -->>+A: 4 获取code
    A ->>-S : 5通过code获取用户信息
    S->>A : 6 返回用户token
    
Loading

About

🌱 基于 Vue3 全家桶、TypeScript、Vite 构建工具,开箱即用的 H5 移动端项目基础模板

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published