Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/searchfe/sandbox
Web sandbox for async pages.
https://github.com/searchfe/sandbox
amd web
Last synced: 3 months ago
JSON representation
Web sandbox for async pages.
- Host: GitHub
- URL: https://github.com/searchfe/sandbox
- Owner: searchfe
- License: mit
- Created: 2018-04-03T12:44:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T16:16:13.000Z (about 5 years ago)
- Last Synced: 2024-10-12T17:57:39.787Z (4 months ago)
- Topics: amd, web
- Language: JavaScript
- Homepage: https://searchfe.github.io/sandbox/demo
- Size: 92.8 KB
- Stars: 14
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.hbs
- License: LICENSE
Awesome Lists containing this project
README
# @searchfe/sandbox
[![Build Status](https://travis-ci.org/searchfe/sandbox.svg?branch=master)](https://travis-ci.org/searchfe/sandbox)
[![Coverage Status](https://coveralls.io/repos/github/searchfe/sandbox/badge.svg?branch=master)](https://coveralls.io/github/searchfe/sandbox?branch=master)一个简易的 Sandbox,用来隔离不同的页面组件,使它们的执行互不干扰。使用 [APM][apmjs] 安装:
```bash
apmjs install @searchfe/sandbox
```其中 Fetch API 可能需要适当的 Polyfill:
* https://www.npmjs.com/package/whatwg-fetch
* https://github.com/taylorhakes/promise-polyfill{{>main}}
[apmjs]: https://github.com/apmjs/apmjs