--save、--save-dev 指令差異

  • production (上線)依賴模組: npm install 模組名稱 --save
  • development (開發)依賴模組: npm install 模組名稱 --save-dev

完成並繼續課程