https://github.com/gutenye/weapp-shim
https://github.com/gutenye/weapp-shim
weapp weapp-shim
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gutenye/weapp-shim
- Owner: gutenye
- License: mit
- Created: 2017-02-13T04:11:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T05:03:49.000Z (over 8 years ago)
- Last Synced: 2025-04-05T14:46:30.699Z (2 months ago)
- Topics: weapp, weapp-shim
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
# app.jsimport { Promise, fetch, wx } from './weapp-shim/index'
App({Promise, fetch, wx})
# pages/index/index.js
const { Promise, fetch, wx } = getApp()
```