# wx-web-sdk **Repository Path**: xmheackers/wx-web-sdk ## Basic Information - **Project Name**: wx-web-sdk - **Description**: 微信小程序api转web可用的api,底层使用vant-cli,以及vant组件(有现成的组件就直接拿来用了) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-08 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 小程序api 转 web api > 目前使用的是vue3 ### 下载 ```sh npm install wx-web-sdk ``` 目前暂支持的api, 持续更新中 | 微信api | web api | | ------------------ | --------------- | | wx.hideLoading | hideLoading | | wx.hideToast | hideToast | | wx.showActionSheet | showActionSheet | | wx.showLoading | showLoading | | wx.showModal | showModal | | wx.showToast | showToast | ### 使用 ```js import { hideLoading, hideToast, showActionSheet, showLoading, showModal, showToast } from 'wx-web-sdk' ``` ### api使用 同微信小程序,详细 [请点击](https://developers.weixin.qq.com/miniprogram/dev/api/)