UNPKG
felt-recipe-riot
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
A recipe for Felt with Riot
github.com/cognitom/felt-recipe-riot
cognitom/felt-recipe-riot
felt-recipe-riot
/
test
/
fixture
/
index.html
15 lines
(11 loc)
•
218 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Riot with Rollup
</
title
>
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=edge"
>
</
head
>
<
body
>
<
app
>
</
app
>
<
script
src
=
"main.js"
>
</
script
>
</
body
>
</
html
>