iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 5
0
Software Development

基礎全端技術開發- Basicly 系列 第 5

(day5)基礎全端技術開發- Basicly : 安裝Nodemon

  • 分享至 

  • xImage
  •  

安裝 nodemon

後面多了一個 -g。

這個 -g 其實是 --global 的縮寫,

將nodemon 這個套件安裝在電腦的全域(global)

What is Global model … ?? 全區域環境

某些工具的設計希望可以跨專案使用,像是這裡的 nodemon。
所以只需要把 nodemon 透過 -g 安裝好後,接著在每一個不同的專案中都可

直接使用 nodemon,而不用每次有新專案都要再安裝一次。

使用 Nodemon

啟動 Express 的專案 :

實作 :

用Ctrl + C 將server 取消掉 (關掉off)

nodemon app.js

當如果在你的頁面有做更新時將會自動刷新(refresh),

不需要每次檔案有更動重新存取就要重啟node server .


上一篇
(Day 4) 基礎全端開發-安裝express框架(圖片教學) : 安裝 express 框架
下一篇
(day6) 基礎全端技術開發- Basicly: 設定路由目錄
系列文
基礎全端技術開發- Basicly 6
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言