- npm install
使用 standard
這個 linter
pre-commit hooks 會在 commit 前用 standard 這個套件檢查 coding style
請在 commit 之前下 npm run lint
或 yarn lint
自動修正 coding style
無法自動修正的會output出來 請自行手動修正
沒有通過 linter 測試的 code 不會被 merge
- npm run dev
- 打開瀏覽器到 http://localhost:8080