Hello, world! A simple "Hello, world!" app built in Lucid.js!
<!-- COMPONENT MASTER --> <h1>{{message}}</h1> <script> this.data.message = 'Hello, world!'; </script>
//JS object of route data (optional) {}
//JS object of filter methods (optional) {}
//JS object of start data for master component {}
Hi!