Skip to content

Vue 3 Starter with Vite + Typescript + Jest + ESLint + Prettier

Notifications You must be signed in to change notification settings

santicros/vue3-vite-typescript-jest

Repository files navigation

Starter with Vue 3 + Vite 2 + TypeScript + Jest + ESLint + Prettier

Start a new project really fast with great defaults. 🚀

Development

Using pnpm

  1. Install dependencies
pnpm install
  1. Run the project in development mode
pnpm dev
  1. Lint the project
pnpm lint

Run tests

Run unit tests once

pnpm test:unit

Run unit tests in watch mode

pnpm test:unit -- --watch

Build for production

Build production mode

pnpm build