26 lines
796 B
Plaintext
26 lines
796 B
Plaintext
|
<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>
|
||
|
|
||
|
<p><code>components</code></p>
|
||
|
<p><code>state</code></p>
|
||
|
<p><code>routing</code></p>
|
||
|
|
||
|
<p>
|
||
|
These core examples are in<br/>
|
||
|
<code>src/components/app.riot</code>
|
||
|
<p>
|
||
|
global components are registered in <br/>
|
||
|
<code>src/app.js</code>
|
||
|
</p>
|
||
|
</p>
|
||
|
<br>
|
||
|
<a href="/">Enjoy</a>
|
||
|
</p>
|
||
|
</section>
|
||
|
</riot-about>
|