antonmedv / monkberry

Monkberry is a JavaScript library for building web user interfaces
https://monkberry.js.org
MIT License
1.49k stars 78 forks source link

how can i use monkberry in browser just like jquery #39

Closed fangjj closed 7 years ago

fangjj commented 7 years ago

i use in html without es6, then Monkberry.render(template,node). the template should be what?

antonmedv commented 7 years ago

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

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