Skip to content

meta-star/startw-caos.github.io

Repository files navigation

startw-caos

專案設定

npm install

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

npm run serve

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

npm run build

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

npm run lint