UNPKG

@anywhichway/lazui

Version:

Single page apps and lazy loading sites with minimal JavaScript or client build processes.

12 lines 243 B
<html> <head> <meta charset="UTF-8"> <title>Custom Lazui Bundle</title> <script src="./my-custom-lazui.js" autofocus></script> </head> <body> <div data-lz:state='{"name":"John"}'> Name: ${name} </div> </body> </html>