Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 762 Bytes

README.md

File metadata and controls

57 lines (36 loc) · 762 Bytes

Vue 3 + Router + TypeScript + Linting + Testing with Vite

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.

Recommended IDE Setup

Install

Install dependencies

yarn install

Run

Local development

yarn dev

Testing

Test once

yarn test

Test watching

yarn test:watch

Test code coverage

yarn test:coverage

Linting

Lint

yarn lint

Lint staged files

yarn lint:staged