Skip to content

Commit a7448d2

Browse files
author
Kuniwak
committed
Improve text for stage6
1 parent ad5e2bb commit a7448d2

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,6 @@ fetch('/api/foo')
11291129

11301130

11311131

1132-
#### モジュール
1133-
11341132
JavaScript は言語機能としてモジュールの
11351133
仕組みをもっていません。
11361134

@@ -1145,7 +1143,16 @@ JavaScript は言語機能としてモジュールの
11451143

11461144

11471145

1148-
[エコシステムの例](https://github.com/wilmoore/frontend-packagers)
1146+
- bower
1147+
- component
1148+
- jam
1149+
- volo
1150+
- npm with browserify
1151+
- spm
1152+
- jspm
1153+
- duo
1154+
1155+
(source: [wilmoore/frontend-packagers](https://github.com/wilmoore/frontend-packagers))
11491156

11501157

11511158

@@ -1167,9 +1174,14 @@ bower は、JavaScript、HTML、CSSなどを
11671174
自分が作ったモジュールを公開することも
11681175
できます。
11691176

1170-
ただ、JavaScript の場合モジュールの仕組みを
1171-
もたないため、この部分を RequireJS などの
1177+
1178+
1179+
ただ、bower はモジュール読み込みの
1180+
仕組みを提供していません。
1181+
1182+
この部分は RequireJS など、別の
11721183
モジュールシステムに頼ることになります。
1184+
11731185
どのモジュールシステムに対応するかという選択は、
11741186
bower によって読み込まれるパッケージ側に
11751187
裁量(責務)があります。

0 commit comments

Comments
 (0)