hexus / pragma

Declarative form builder
3 stars 1 forks source link
declarative declarative-ui form-builder riotjs

Pragma

Declarative form builder and state processor.

:warning: This library is in early development.

Documentation

Documentation will be gradual as the nature of the project solidifies.

Build

Install development dependencies:

$ npm i

Build the Pragma runtime, example project and Stencil components:

$ npm run build

Build and watch for changes:

$ npm run watch