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

https://github.com/amolkumargupta/leafjs

Minimal Framework for building User Interfaces directly in HTML markup
https://github.com/amolkumargupta/leafjs

alpine frontend-framework js-library

Last synced: 5 months ago
JSON representation

Minimal Framework for building User Interfaces directly in HTML markup

Awesome Lists containing this project

README

          

## Leaf js

![docs](https://github.com/AmolKumarGupta/leafjs/actions/workflows/pages/pages-build-deployment/badge.svg)

Minimal Framework for building User Interfaces directly in HTML markup.

```html





let lf = new leaf('#app');

```

## Docs
Please check out the [docs](https://amolkumargupta.github.io/leafjs/)
```
npm run docs
```

## Examples
serve `examples` and `dist` dir

```
npm run examples
```

## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) before contributing to this project.

## Testing
We are using `jest` for testing environment with `jest-environment-jsdom`

```
npm run build && npm run test
```

> Dont forget to make a build before testing !

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.