Skip to content

jy0529/vue3-todo-list

Repository files navigation

Vue3 TodoList Example

Getting Start

yarn # install deps

yarn dev # develop
# or
yarn serve # build and running    

yarn test # test watching
yarn unit:coverage # get coverage

yarn e2e # e2e testing, run yarn serve first.

Features

  • TDD
  • Unit Test
  • E2E Test
  • Mutation Test

Technique Stack And Build System

  • Vue 3
  • TypeScript
  • Vite

Test Stack

  • Vitest
  • Vue Test Utils
  • Cypress
  • C8 (coverage)