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 +
- Host: GitHub
- URL: https://github.com/granze/babel-script
- Owner: Granze
- Created: 2015-07-09T22:01:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-12T17:17:32.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T14:54:49.785Z (4 months ago)
- Language: HTML
- Size: 398 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)