webpack-library-template
v1.0.1
Published
Library template with es6 and css bundled by webpack
Downloads
8
Maintainers
Readme
webpack-library-template
Scripts
npm run build
- produces production version of your library under thedist
foldernpm run dev
- produces development version of your library and runs a watchernpm run test
- runs the tests :)npm run test:watch
- same as above but in a watch mode
Example of consuming a library from outside Node:
https://jsfiddle.net/mikemenaker/84aryz45/