Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 839 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 839 Bytes

Work in progress!!

JDTREE🌴

Json Decision Tree Editor

Build or edit graphically a decision tree or table to use it with jdtree

Function

Create

Create your decision tree adding condition recursively and when you are finish you can return a Json object with a result node. For available condition see jdtree You can see jdtree in action here

upload

Upload your Json tree to easily edit it.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.