Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 785 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 785 Bytes

Nuxt3 Firebase SaaS Starter

Includes

  • Google Sign In
  • Run Payments with Stripe
  • eslint
  • prettier
  • jest (for unit tests)
  • vitest (for component tests)
  • cypress (for acceptance tests)
  • github actions
    • pr labeler
    • release drafter
    • build, lint, test

Prerequisites

You must manually create the first release as v1 for the release drafter (the release drafter will increment after that)

In order for the labeler and release drafter to work, you must setup labels in Github for:

  • feature
  • bug
  • chore
  • refactor