# sigin **Repository Path**: hym6499748/sigin ## Basic Information - **Project Name**: sigin - **Description**: 年会签名墙用到的微信小程序,主要学习微信头像以及昵称的获取 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-30 - **Last Updated**: 2026-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README npm init -y npm i @vant/weapp -S --production app.json 中删除 "style": "v2"(避免样式冲突) 打开微信开发者工具,点击工具>构建npm,并勾选使用npm 模块选项(新版本不用),构建完成后,即可引入组件。 用index页面,用 Button 组件为例,这样写: "usingComponents": { "van-button": "@vant/weapp/button/index" } 页面中使用 确认授权登录