/ PLAYGROUND

Hello, world! A simple "Hello, world!" app built in Lucid.js!

Code

Components [?] Routes [?] Methods [?] Data [?]
<!-- 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
{}
Page help