ミライスタート TECH系ブログ

株式会社ミライスタートのエンジニア達が気になったTECH系の記事等をアップしています!

2016-11-30から1日間の記事一覧

【JavaScript】【Riot】【勉強】ソースの分割②

こんばんは。今日も少しRiotを触った石井です。今回はタグファイルを2つ用意しました。index.html <html> <body> <sample></sample> <sample2></sample2> <script src="https://cdnjs.cloudflare.com/ajax/libs/riot/3.0.1/riot+compiler.min.js"></script> <script type="riot/tag" src="sample.tag"> </script> <script type="riot/tag" src="sample2.tag"> </body></html>