Skip to content

madliani/todo

Repository files navigation

Tasks Manager

Reactify logo

Your task manager

Built with TypeScript Built with Vue Built with Vuetify

Screenshots

Homepage

Usage

yarn install

Compile and Hot-Reload for Development

yarn run dev

Type-Check, Compile and Minify for Production

yarn run build

Run Unit Tests with Vitest

yarn run test:unit

Lint with ESLint

yarn run lint