playframeworkでPolymerを使ってみる(導入メモ)
なんかWindowsでplayframework を run すると main が見つからないと怒られ、macだと問題なく動く・・・
Polymerとは
話題のMaterial Designを提供するフロントエンドフレームワークです。
https://www.polymer-project.org/
準備
playframework
activator new
でプロジェクトを作成。
polymer
基本的には
https://www.polymer-project.org/docs/start/getting-the-code.html
に従います。(bowerでやりました)
playframeworkで使用する場合にはpublic配下に全部ぶち込みましょう。
配置
使用方法
main.scala.htmlに以下の通り記述します。
<script src="@routes.Assets.at("bower_components/webcomponentsjs/webcomponents.min.js")" type="text/javascript"></script>
<link rel="import" href="@routes.Assets.at("elements/my-element.html")">
body部には以下の通り記述。
<my-element></my-element>
そうするとこんな感じに表示されます。
Author And Source
この問題について(playframeworkでPolymerを使ってみる(導入メモ)), 我々は、より多くの情報をここで見つけました https://qiita.com/FScoward/items/8a3eb0178ae472700cb3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .