Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hexus/pragma
- Owner: hexus
- Created: 2018-09-08T21:14:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T07:35:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T15:15:20.500Z (3 months ago)
- Topics: declarative, declarative-ui, form-builder, riotjs
- Language: JavaScript
- Homepage:
- Size: 7.24 MB
- Stars: 3
- Watchers: 3
- 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
```