2024-09-01 15:45:46 +00:00
|
|
|
<riot-about>
|
|
|
|
<section class="splash">
|
|
|
|
<h2>About <br> Template Starter</h2>
|
|
|
|
<p>
|
|
|
|
Designed as minimal starting point with enough examples
|
|
|
|
code to get you started in building your very own
|
|
|
|
|
|
|
|
<h3>Single-Page-Application</h3>
|
|
|
|
|
2025-03-22 22:13:08 +00:00
|
|
|
<p><code>components/pages</code></p>
|
2024-09-01 15:45:46 +00:00
|
|
|
<p><code>state</code></p>
|
|
|
|
<p><code>routing</code></p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
These core examples are in<br/>
|
2025-03-22 22:13:08 +00:00
|
|
|
<code>app/components/app.riot</code>
|
2024-09-01 15:45:46 +00:00
|
|
|
<p>
|
2025-03-22 22:13:08 +00:00
|
|
|
bootstrap global configuration in <br/>
|
|
|
|
<code>app/boot.js</code>
|
2024-09-01 15:45:46 +00:00
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<a href="/">Enjoy</a>
|
|
|
|
</p>
|
|
|
|
</section>
|
|
|
|
</riot-about>
|