Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

LetsStreamIt/Template-for-VueJs-Projects

Repository files navigation

Template-for-VueJs-Projects

This is a template repository for kickstarting the development of VueJs projects

Usage

Dependencies

npm install

Run the project in Dev mode

npm run dev

Run Unit Tests using Vitest

npm run test

Code formatting with Prettier

Check code format

npm run format:check

Format code

npm run format:write

Code linting with ESLINT

Check for code errors

npm run lint:check

Correct code from errors

npm run lint:fix

Git Hooks

The template comprises also two Git hooks, if at least one of these fails, a Git commit is not produced:

  • pre-commit hook verifies that tests, code format and linter checks complete successfully before applying the commit;
  • commit-msg ensures that the commit message follows the Conventional Commit specification.

CI/CD

Navigate to the Let's Stream It report to see the details of the CI/CD pipeline: Report link.

About

A template repository for kickstarting the development of VueJs projects

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors