README
authoring-es6-module-example
An example of how to author modules in ES6 and publish as ES5 through Babel.
This module gets consumed in this sample jspm application.
wechat request to call api
<script type="module">
import wxRequest from 'https://cdn.skypack.dev/wx-request';
</script>
An example of how to author modules in ES6 and publish as ES5 through Babel.
This module gets consumed in this sample jspm application.