Skip to content
吴学谦 edited this page Jan 22, 2018 · 1 revision

安装

使用 npm

npm install wechat-one

使用 yarn

yarn add wechat-one

引入

TypeScript/ES6

import Wechat from "wechat-one";
// or
import Wechat, { OfficialAccount } from "wechat-one";

CommonJS

const Wechat = require("wechat-one");

Clone this wiki locally