An open API service indexing awesome lists of open source software.

https://github.com/idea2app/taro-idb-keyval

A minimal shim of idb-keyval for Taro framework
https://github.com/idea2app/taro-idb-keyval

database indexed-db key-value mini-app shim standard storage taro web

Last synced: 3 months ago
JSON representation

A minimal shim of idb-keyval for Taro framework

Awesome Lists containing this project

README

          

# Taro idb-keyval shim

A minimal shim of [idb-keyval][1] for [Taro][2] framework

## Usage

### `package.json`

```json
{
"resolutions": {
"idb-keyval": "npm:taro-idb-keyval"
}
}
```

### Installation

```shell
yarn
# or
pnpm i
```

## User case

1. https://github.com/idea2app/Taro-Vant-MobX-ts

[1]: https://github.com/jakearchibald/idb-keyval
[2]: https://github.com/NervJS/taro