Skip to content

lveraszto/request-rocket

 
 

Repository files navigation

request-rocket

Emarsys REST API client

Installation

Releases can be retrieved from the Releases page of the project’s GitHub repository.

To install the application (on macOS), just double-click the .dmg file and drag the “Request Rocket” app to “Applications.”

To install the application (on linux), make the AppImage file executable (give the file execution permission) and double-click.

To install the application (on windows), double-click on the exe file.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# build electron application for production on mac to mac, linux and windows
npm run build:mwl

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint

#linux usage


This project was generated with electron-vue@a420471 using vue-cli. Documentation about the original structure can be found here.

About

Emarsys API test tool with WSSE and Escher support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.4%
  • Vue 14.1%
  • HTML 0.5%