module-starter
A demonstration project to show how to build a consumable js library
This repo handles the following:
- Bundling dependencies with
rollup
- Transpiling with
buble
- Minification with
uglify-js
- Module publishing using
np
Just follow the commit history for a step-by-step guide.