Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 590 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 590 Bytes

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