0.1.0 • Published 5 years ago

@dxdeveloperexperience/hygie-config-generator v0.1.0

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

hygie-config-generator

Motivations

This SPA allows you to generate the .rulesrc config file for your Hygie API with a friendly user-interface.

This application will source every Rules and Runnables you've created in your Hygie project, and display all of them in the UI.

Use our online generator

You can directly use our generator here at https://dx-developerexperience.github.io/hygie-config-generator/.

Or you can clone this project and customize it.

Project setup

Install it

npm install

Compiles and hot-reloads for development

npm run serve

Run your Hygie API

This application needs to know all your Rules and Runnables. To get all this data, it calls the Hygie API. Therefore, you need to start it (development or production).

If the project is not running in localhost:3000, please update the .env file accordingly:

VUE_APP_HYGIE_API=http(s)://your_hygie_api_server:your_port