Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hexus/pragma

Declarative form builder
https://github.com/hexus/pragma

declarative declarative-ui form-builder riotjs

Last synced: 2 months ago
JSON representation

Declarative form builder

Awesome Lists containing this project

README

        

# Pragma

Declarative form builder and state processor.

> :warning: This library is in **early development**.

## [Documentation](docs)

[Documentation](docs) will be gradual as the nature of the project solidifies.

## Build

Install development dependencies:

```bash
$ npm i
```

Build the Pragma runtime, example project and Stencil components:

```bash
$ npm run build
```

Build and watch for changes:

```bash
$ npm run watch
```