UNPKG

lightview

Version:

Small, simple, powerful web UI and micro front end creation ... Great ideas from Svelte, React, Vue and Riot combined.

17 lines 484 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Lightview:Component:Chart</title> <script src="../javascript/json5.min.js"></script> </head> <body> <div id="target"></div> <script id="lightview"> (document.currentComponent||(document.currentComponent=document.body)).mount = async function() { const {chart} = await import(new URL("./components.js", this.componentBaseURI).href); chart(self); } </script> </body> </html>