/Vue3-todo

Test project

Primary LanguageVue

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Run and Watch Unit Tests for Development

pnpm test:unit-dev

Run Unit Tests for Production

pnpm test:unit

Run E2E Tests

pnpm test:e2e

Type-Check, Compile and Minify for Production

pnpm build