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

https://github.com/granze/babel-script

A Polymer element that extends the HTML script tag to support ES2015 +
https://github.com/granze/babel-script

Last synced: 2 months ago
JSON representation

A Polymer element that extends the HTML script tag to support ES2015 +

Awesome Lists containing this project

README

        

#<script is="babel-script">
> A Polymer element that extends the HTML script tag to support ES2015 and more

##Warning:
This is just an experiment and you shouldn't use this in production.

##Try it out:
```bash
npm i
```

```bash
polyserve
```

If you don't have [polyserve](https://github.com/PolymerLabs/polyserve) installed:
```bash
npm install polyserve -g
```

## License

[MIT License](http://opensource.org/licenses/MIT)