質問編集履歴

2

書式の改善

2019/04/05 07:45

投稿

yasu20190201
yasu20190201

スコア25

test CHANGED
File without changes
test CHANGED
@@ -10,9 +10,7 @@
10
10
 
11
11
  Node.jsを用いて、babel経由でバンドルするようにwebpackを設定しています。
12
12
 
13
- より具体的には、googleの以下のチュートリアルに従っています。
14
-
15
- https://github.com/material-components/material-components-web/blob/master/docs/getting-started.md
13
+ より具体的には、リンク先の[googleのチュートリアル](https://github.com/material-components/material-components-web/blob/master/docs/getting-started.md)に従っています。
16
14
 
17
15
 
18
16
 

1

情報追加

2019/04/05 07:45

投稿

yasu20190201
yasu20190201

スコア25

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,12 @@
7
7
  GoogleのMaterial Components for the webを、下記のコードでImportしています。
8
8
 
9
9
  レンダリングはされるのですが、ソースコード1行目について以下のエラーメッセージが発生しました。
10
+
11
+ Node.jsを用いて、babel経由でバンドルするようにwebpackを設定しています。
12
+
13
+ より具体的には、googleの以下のチュートリアルに従っています。
14
+
15
+ https://github.com/material-components/material-components-web/blob/master/docs/getting-started.md
10
16
 
11
17
 
12
18