0.1.4 • Published 5 years ago

@remp/remp-segment-builder v0.1.4

Weekly downloads
1
License
-
Repository
github
Last release
5 years ago

Install guide

  1. Run yarn install
  2. Be sure to have segment config filled in a global scope. It should look like this:
window.Segments = {
  config: {
    AUTH_TOKEN: '',
    API_HOST: '',
    CANCEL_PATH: '',
    SEGMENT_ID: null
  }
};
  1. yarn serve for development

Build guide

  • Run yarn build if you want to build whole application for the deployment. Then you can host contents of /dist folder as static files.
  • Run yarn build-lib if you want to make build of remp-segment-builder as npm package (It's used for example in remp-scenario-builder).