Skip to content

A VueJS powered Form Builder that produces compatible JSON for our vue-form-renderer

Notifications You must be signed in to change notification settings

ProcessMaker/screen-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 10, 2021
eb9c4ce · Aug 10, 2021
Aug 3, 2021
Jul 11, 2018
Aug 10, 2021
Aug 10, 2021
Jun 24, 2019
Jun 19, 2020
Oct 28, 2019
Jun 19, 2020
Sep 22, 2020
Dec 16, 2019
Aug 10, 2021
Aug 10, 2021
Sep 8, 2020
Oct 16, 2019

Repository files navigation

ProcessMaker Screen Builder

@processmaker/screen-builder is a VueJS powered Screen Builder that produces compatible JSON for our vue-form-renderer.

Project setup

Clone the repository and cd into the screen-builder directory:

git clone [email protected]:ProcessMaker/screen-builder.git
cd screen-builder

Install dependencies using NPM, then run the local development server:

npm i
npm run serve

Testing

Unit tests are set up using jest and end-to-end tests are set up using Cypress. Tests can be run locally with the following commands:

# Run the Jest unit test suite
npm test

# Open Cypress to run the end-to-end (e2e) test suite
npm run open-cypress

About

A VueJS powered Form Builder that produces compatible JSON for our vue-form-renderer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages