1. jweixin-module
微信JS-SDK
jweixin-module
Package: jweixin-module
Created by: zhetengbiji
Last modified: Sat, 07 May 2022 02:01:59 GMT
Version: 1.6.0
License: ISC
Downloads: 3,293
Repository: https://github.com/zhetengbiji/jweixin-module

Install

npm install jweixin-module
yarn add jweixin-module

jweixin-module

微信JS-SDK

安装

NPM

 npm install jweixin-module --save

UMD

 https://unpkg.com/jweixin-module/out/index.js

使用

 var jweixin = require('jweixin-module')
jweixin.ready(function(){
    // TODO
});

完整API

微信JS-SDK说明文档

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin