npm install
npm run serve
npm run build
npm run test
npm run lint
master
リリースするタイミングでマージするdevelop
各機能が完成したらマージするfeatures/xxxx(機能名)
機能ごとでブランチを分ける
Type | Emoji |
---|---|
初めてのコミット(Initial Commit) | 🎉 |
バージョンタグ(Version Tag) | 🔖 |
新機能(New Feature) | ✨ |
バグ修正(Bugfix) | 🐛 |
フォルダ移動など(Folder) | 📁 |
リファクタリング(Refactoring) | ♻️ |
ドキュメント(Documentation) | 📚 |
デザインUI/UX(Accessibility) | 🎨 |
パフォーマンス(Performance) | 🐎 |
ツール(Tooling) | 🔧 |
テスト(Tests) | 🚨 |
非推奨追加(Deprecation) | 💩 |
削除(Removal) | 🗑️ |
WIP(Work In Progress) | 🚧 |