https://github.com/hexus/pragma
Declarative form builder
https://github.com/hexus/pragma
declarative declarative-ui form-builder riotjs
Last synced: 12 months ago
JSON representation
Declarative form builder
- Host: GitHub
- URL: https://github.com/hexus/pragma
- Owner: hexus
- Created: 2018-09-08T21:14:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T07:35:53.000Z (over 3 years ago)
- Last Synced: 2025-06-11T20:54:56.408Z (about 1 year ago)
- Topics: declarative, declarative-ui, form-builder, riotjs
- Language: JavaScript
- Homepage:
- Size: 7.24 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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
```