We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e1b4e commit 5a1f50dCopy full SHA for 5a1f50d
SUMMARY.md
@@ -11,6 +11,7 @@
11
* 為什麼要學 JavaScript
12
* JavaScript 的至今發展狀況
13
* JavaScript 應用案例 -->
14
+* [環境安裝](./install.md)
15
16
* [範例專案說明](./004-js-workshop/readme.md)
17
install.md
@@ -0,0 +1,18 @@
1
+# 環境安裝
2
+
3
+* nodejs: <https://nodejs.org/en/download/>
4
5
+## Windows
6
7
8
9
+* install cmder: <https://github.com/cmderdev/cmder/releases/download/v1.3.6/cmder.zip>
10
+* install nodejs: <https://nodejs.org/dist/v8.11.3/node-v8.11.3-x86.msi>
+## MacOS
+install nodejs: <https://nodejs.org/dist/v8.11.3/node-v8.11.3.pkg>
18
0 commit comments