Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

emartech/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

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