antonmedv/monkberry

how can i use monkberry in browser just like jquery

fangjj opened this issue · 1 comments

i use <script src="monkberry.js"></script> in html without es6, then Monkberry.render(template,node). the template should be what?

You can use https://github.com/monkberry/standalone

<script src="https://cdn.jsdelivr.net/monkberry-standalone/latest/monkberry.min.js"></script>