Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 555 Bytes

File metadata and controls

21 lines (12 loc) · 555 Bytes

JS 作品實戰直播班 - 電商版型 2

建議安裝 VSCode 插件

  1. Live Sass Compiler

https://marketplace.visualstudio.com/items?itemName=ritwickdey.live-sass

  1. Live Server

https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

專案安裝

  1. 使用 npm install 指令下載套件

  2. 使用『Live Sass Compiler』插件來編譯 Scss 檔案

方法:點選 VSCdoe 下方的『Watch Sass』即可編譯

  1. 使用『Live Server』開啟 Server

方法:點一下 index.html 並點擊 VSCode 下方的『GO Live』