https://github.com/alex1990/es2015-module-starter
A boilerplate for developing es2015+ web modules quickly
https://github.com/alex1990/es2015-module-starter
Last synced: 5 months ago
JSON representation
A boilerplate for developing es2015+ web modules quickly
- Host: GitHub
- URL: https://github.com/alex1990/es2015-module-starter
- Owner: Alex1990
- License: mit
- Created: 2016-07-20T11:22:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T16:15:25.000Z (over 9 years ago)
- Last Synced: 2025-10-07T07:00:32.220Z (9 months ago)
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# es2015-module-starter
A boilerplate for developing es2015/2016/2017 web modules quickly.
With this starter help, you can use the modern JavaScript to develop an module quickly.
**Features**
- ES2015/2016/2017 with Babel
- ESLint with the famous Airbnb's JavaScript config
- Test with Mocha
- Bundle with Browserify and UglifyJs
- Code coverage with istanbul and coveralls
- Travis CI
## LICENSE
MIT