This is a template repository for kickstarting the development of VueJs projects
npm installnpm run devRun Unit Tests using Vitest
npm run testCode formatting with Prettier
npm run format:checknpm run format:writeCode linting with ESLINT
npm run lint:checknpm run lint:fixThe template comprises also two Git hooks, if at least one of these fails, a Git commit is not produced:
pre-commithook verifies that tests, code format and linter checks complete successfully before applying the commit;commit-msgensures that the commit message follows the Conventional Commit specification.
Navigate to the Let's Stream It report to see the details of the CI/CD pipeline: Report link.