UNPKG

als-component

Version:

lightweight JavaScript library for creating reactive, server-rendered, and browser-based components.

22 lines (18 loc) 486 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <!-- <script src="/component.js"></script> --> <script src="/component.min.js"></script> </head> <body> </body> <script src="/node_modules/als-browser-test/index.js"></script> <script src="./single.js"></script> <script src="./nested.js"></script> <script> runTests() </script> </html>