微信小程序storage API
封装 , 方法名与原API同名 , 包含异常处理
小程序已经支持使用 npm 安装第三方包,详见 npm 支持
# 通过 npm 安装
npm i wx-storage -S --production
# 通过 yarn 安装
yarn add wx-storage --production
直接通过 git 下载源代码,并将index.js
拷贝到自己的项目中
git clone https://github.com/1sm23/wx-storage.git