We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97e84d commit 38a6044Copy full SHA for 38a6044
README.md
@@ -2,6 +2,13 @@
2
3
この書籍はJavaScriptのライブラリやツールにおけるプラグインアーキテクチャについて見ていく事を目的としたものです。
4
5
+以下の形式で読むことができます。
6
+
7
+- [Web版](https://www.gitbook.com/book/azu/javascript-plugin-architecture/details)
8
+- [PDF形式](https://www.gitbook.com/download/pdf/book/azu/javascript-plugin-architecture)
9
+- [ePub形式](https://www.gitbook.com/download/epub/book/azu/javascript-plugin-architecture)
10
+- [Mobi形式](https://www.gitbook.com/download/mobi/book/azu/javascript-plugin-architecture)
11
12
## はじめに
13
14
JavaScriptの世界では1つの大きなライブラリよりも小さいなものを組み合わせていくようなスタイルが多く見られます。
0 commit comments