Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 276 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 276 Bytes

startw-caos

專案設定

npm install

編譯且即時重新載入(開發環境)

npm run serve

編譯且壓縮檔案大小(正式環境)

npm run build

檢測並修正檔案(整理程式碼格式)

npm run lint