parcel static boilerplate
1.0.0
簡單的入門工具,無需額外設定即可立即開始編寫 HTML、JS 和 SCSS。可以用作靜態站點產生器!
克隆或下載此儲存庫。
git clone https://github.com/aarongarciah/parcel-static-boilerplate.git
安裝依賴項。
npm install
運行開發模式。它將開啟一個瀏覽器選項卡,其中包含 dev url http://localhost:1234/
。
npm run dev
執行建置腳本,將在/dist
資料夾中產生針對生產最佳化的網站。
npm run build
如果您想在本機上提供生產版本(產生的/dist
資料夾),只需執行此命令並在瀏覽器中開啟http://localhost:5000/
即可。此命令在提供/dist
資料夾之前執行npm run build
命令。
npm run serve
/static
資料夾。 site.webmanifest
檔。