Live Demo (ライブデモ) : https://kennyfully88.github.io/hello_world_example_web_component/
English 日本語
-
Download the JavaScript files thats located in
assets/js/. -
Link
hello_world.jsto your HTML page.
Example:
<script src="hello_world.js"></script>- Use the custom
<hello_world></hello_world>tag inside yourbodytag to render the Hello World example.
Example:
<html>
<head>
<script src="hello_world.js"></script>
</head>
<body>
<fhello_world></fhello_world>
</body>
</html>-
assets/js/にある JavaScript ファイルをダウンロードします。 -
hello_world.jsを HTML ページにリンクします。
例:
<script src="hello_world.js"></script>- カスタム
<hello_world></hello_world>をbodyタグ内にタグに使用すると「こんにちは、世界」の例がレンダーされます。
例:
<html>
<head>
<script src="hello_world.js"></script>
</head>
<body>
<hello_world></hello_world>
</body>
</html>