https://github.com/derlin/es6-chrome-app-test
https://github.com/derlin/es6-chrome-app-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/derlin/es6-chrome-app-test
- Owner: derlin
- Created: 2016-05-30T05:21:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-03T16:27:08.000Z (about 10 years ago)
- Last Synced: 2025-01-20T10:31:08.269Z (over 1 year ago)
- Language: JavaScript
- Size: 3.15 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es6-chrome-app-test
a chrome app using webpack and es6 scripts compiled with babel.
During development, simply run:
```
npm run watch
```
and modify/load the chrome-app. The es6 scripts (with `main.js` as the entry point) will be compiled and bundled into `chrome-app/js/bundle.js`.