Skip to content

Commit 5a1f50d

Browse files
committed
新增環境安裝
1 parent b4e1b4e commit 5a1f50d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

Diff for: SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* 為什麼要學 JavaScript
1212
* JavaScript 的至今發展狀況
1313
* JavaScript 應用案例 -->
14+
* [環境安裝](./install.md)
1415

1516
* [範例專案說明](./004-js-workshop/readme.md)
1617

Diff for: install.md

+18
Original file line numberDiff line numberDiff line change
@@ -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+
11+
* install nodejs: <https://nodejs.org/dist/v8.11.3/node-v8.11.3-x86.msi>
12+
13+
## MacOS
14+
15+
install nodejs: <https://nodejs.org/dist/v8.11.3/node-v8.11.3.pkg>
16+
17+
18+

0 commit comments

Comments
 (0)