index
:
riot-parcel-example.git
master
Riot + Parcel Example with Less
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
app.js
blob: 6541e1303f57f347ae4ad8c9c25e707bccc6c5b7 (
plain
)
1
2
3
4
import
riot
from
'riot'
;
import
'./tags'
;
riot
.
mount
(
'site'
);