FalconPilot / store-utm

Store query utm parameters to a get/set store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utm-parser

Webpack based boilerplate for producing libraries (Input: ES6, Output: universal library)

Build status Maintainability

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

About

Store query utm parameters to a get/set store

License:MIT License


Languages

Language:JavaScript 100.0%