Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/earthquakesan/webpack-babel-es6-example
Simple example for the es6 together with webpack and babel-loader.
https://github.com/earthquakesan/webpack-babel-es6-example
Last synced: 25 days ago
JSON representation
Simple example for the es6 together with webpack and babel-loader.
- Host: GitHub
- URL: https://github.com/earthquakesan/webpack-babel-es6-example
- Owner: earthquakesan
- Created: 2015-04-07T15:52:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T15:55:53.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T13:04:49.909Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-babel-es6-example
Simple example for the es6 together with webpack and babel-loader. To run:
```
$ npm install babel-loader
$ webpack
$ python -m SimpleHTTPServer
```Point your browser to http://localhost:8000