utm-parser
Webpack based boilerplate for producing libraries (Input: ES6, Output: universal library)
Process
ES6 source files
|
|
webpack
|
+--- babel, eslint
|
ready to use
library
in umd format
Scripts
-
npm run compile
- produce builds for the app -
npm run test
- run tests -
npm run build
- compile and run tests -
npm run dev
- produces development version of your library and runs a watcher -
npm run test:watch
- run tests in watch mode