This template it based on the default Vue + Typescript + Vite installation. It uses Vue 3 + Router + TypeScript + Linting + Testing with Vite. Husky is configured to run testing and linting before every commit.
Install dependencies
yarn install
Local development
yarn dev
Test once
yarn test
Test watching
yarn test:watch
Test code coverage
yarn test:coverage
Lint
yarn lint
Lint staged files
yarn lint:staged