@permettezmoideconstruire/png-to-geojson
v0.0.4
Published
DESCRIPTION HERE
Downloads
4
Readme
webpack-library-starter
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 appnpm run test
- run testsnpm run build
- compile and run testsnpm run dev
- produces development version of your library and runs a watchernpm run test:watch
- run tests in watch mode