Skip to content

由 臺灣網際網路技術推廣組織 所管理的 LINE社群 列表

License

Notifications You must be signed in to change notification settings

web-tech-tw/openchat

Repository files navigation

openchat

由 臺灣網際網路技術推廣組織 所管理的 LINE社群 列表

專案設定

npm install

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

npm run serve

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

npm run build

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

npm run lint