This repository was archived by the owner on Nov 30, 2023. It is now read-only.
FjallJS release 1.0
# FjallJS v1.0
FjallJS is here lighweight and versatile.
Write in reacticity with ONE JavaScript file.
Attributes for any project like
- l-if
- l-data
- lint
- l-bind
- l-click
- and l-for
<body l-data='{"arr1":["Something","Another Thing"]}'>
<button l-click='arr1.push("Yay you added even more something")'>Add something</button>
<ol l-for="arr1" for-item="li" item-class="green"></ol>
<script src="./fjall-min.js"></script>
</body>Liscensed with MIT