1.0.2 • Published 4 years ago

wx-storage v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

介绍

微信小程序storage API封装 , 方法名与原API同名 , 包含异常处理

安装

方式一. 通过 npm 安装 (推荐)

小程序已经支持使用 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