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

https://github.com/gutenye/weapp-shim


https://github.com/gutenye/weapp-shim

weapp weapp-shim

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

```
# app.js

import { Promise, fetch, wx } from './weapp-shim/index'

App({Promise, fetch, wx})

# pages/index/index.js

const { Promise, fetch, wx } = getApp()
```